Html Css Color HEX #76564D Buccaneer

📋 copy color: '#76564D'

red 118 ◦ green 86 ◦ blue 77

#76564D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buccaneer #76564D

Tints of Buccaneer #76564D

RGB

 RED value IS 118 (46.48% from 255) = 41.99%

 GREEN value IS 86 (33.98% from 255) = 30.6%

 BLUE value IS 77 (30.47% from 255) = 27.4%

R = 41.99%
G = 30.6%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#76564D (or 0x76564D) is known color: Buccaneer. HEX triplet: 76, 56 and 4D. RGB value is (118,86,77). Sum of RGB (Red+Green+Blue) = 118+86+77=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76564D is #89A9B2. Grayscale: #5E5E5E. Windows color (decimal): -9021875 or 5068406. OLE color: 5068406.

HSL color Cylindrical-coordinate representation of color #76564D: hue angle of 13.17º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76564D is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 86 77 -
CMYK 0 0.27 0.35 0.54
HSL 13.17º 0.21% 0.38% -
HSV(B) 13.17º 0.35% 0.46% -
XYZ 12.14 11.04 8.51 -
YUV 94.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 118 86 77 0 0.27 0.35 0.54 13.17 0.21 0.38
Hex 76 56 4D 0 1B 23 36 D 15 26
Octal 166 126 115 0 33 43 66 15 25 46
Binary 1110110 1010110 1001101 0 11011 100011 110110 1101 10101 100110

Color Harmonies of #76564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76564D

Black with #76564D

Text Example


Text Example

White with #76564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76564D; }

 p { color: rgb(118,86,77); }

 H1.HeaderClassName
 {
   color: #76564D;
 }
 .AnyTagClassName
 {
   color: #76564D;
 }
</style>

background-color css

<style>
 a { background-color: #76564D; }

 a { background-color: rgb(118,86,77); }

 div.DivClassName
 {
   background-color: #76564D;
 }
 .BgClassName
 {
   background-color: #76564D;
 }
</style>

border-color css

<style>
 span { border-color: #76564D; }

 span { border-color: rgb(118,86,77); }

 td.TdClassName
 {
   border-color: #76564D;
 }
 .TagClassName
 {
   border-color: #76564D;
 }
</style>