Html Css Color HEX #77564F Buccaneer

📋 copy color: '#77564F'

red 119 ◦ green 86 ◦ blue 79

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

Shades of Buccaneer #77564F

Tints of Buccaneer #77564F

RGB

 RED value IS 119 (46.88% from 255) = 41.9%

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

 BLUE value IS 79 (31.25% from 255) = 27.82%

R = 41.9%
G = 30.28%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77564F (or 0x77564F) is known color: Buccaneer. HEX triplet: 77, 56 and 4F. RGB value is (119,86,79). Sum of RGB (Red+Green+Blue) = 119+86+79=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77564F is #88A9B0. Grayscale: #5F5F5F. Windows color (decimal): -8956337 or 5199479. OLE color: 5199479.

HSL color Cylindrical-coordinate representation of color #77564F: hue angle of 10.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77564F is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 79 -
CMYK 0 0.28 0.34 0.53
HSL 10.5º 0.2% 0.39% -
HSV(B) 10.5º 0.34% 0.47% -
XYZ 12.35 11.14 8.9 -
YUV 95.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 119 86 79 0 0.28 0.34 0.53 10.5 0.2 0.39
Hex 77 56 4F 0 1C 22 35 A 14 27
Octal 167 126 117 0 34 42 65 12 24 47
Binary 1110111 1010110 1001111 0 11100 100010 110101 1010 10100 100111

Color Harmonies of #77564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77564F

Black with #77564F

Text Example


Text Example

White with #77564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77564F; }

 p { color: rgb(119,86,79); }

 H1.HeaderClassName
 {
   color: #77564F;
 }
 .AnyTagClassName
 {
   color: #77564F;
 }
</style>

background-color css

<style>
 a { background-color: #77564F; }

 a { background-color: rgb(119,86,79); }

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

border-color css

<style>
 span { border-color: #77564F; }

 span { border-color: rgb(119,86,79); }

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