Html Css Color HEX #77544F Buccaneer

📋 copy color: '#77544F'

red 119 ◦ green 84 ◦ blue 79

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

Shades of Buccaneer #77544F

Tints of Buccaneer #77544F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.79%

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

R = 42.2%
G = 29.79%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77544F (or 0x77544F) is known color: Buccaneer. HEX triplet: 77, 54 and 4F. RGB value is (119,84,79). Sum of RGB (Red+Green+Blue) = 119+84+79=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77544F is #88ABB0. Grayscale: #5D5D5D. Windows color (decimal): -8956849 or 5198967. OLE color: 5198967.

HSL color Cylindrical-coordinate representation of color #77544F: hue angle of 7.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 #77544F is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 84 79 -
CMYK 0 0.29 0.34 0.53
HSL 7.5º 0.2% 0.39% -
HSV(B) 7.5º 0.34% 0.47% -
XYZ 12.19 10.83 8.84 -
YUV 93.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 119 84 79 0 0.29 0.34 0.53 7.5 0.2 0.39
Hex 77 54 4F 0 1D 22 35 8 14 27
Octal 167 124 117 0 35 42 65 10 24 47
Binary 1110111 1010100 1001111 0 11101 100010 110101 1000 10100 100111

Color Harmonies of #77544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77544F

Black with #77544F

Text Example


Text Example

White with #77544F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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