Html Css Color HEX #77544C Buccaneer

📋 copy color: '#77544C'

red 119 ◦ green 84 ◦ blue 76

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

Shades of Buccaneer #77544C

Tints of Buccaneer #77544C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 42.65%
G = 30.11%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77544C (or 0x77544C) is known color: Buccaneer. HEX triplet: 77, 54 and 4C. RGB value is (119,84,76). Sum of RGB (Red+Green+Blue) = 119+84+76=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77544C is #88ABB3. Grayscale: #5D5D5D. Windows color (decimal): -8956852 or 5002359. OLE color: 5002359.

HSL color Cylindrical-coordinate representation of color #77544C: hue angle of 11.16º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77544C is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 84 76 -
CMYK 0 0.29 0.36 0.53
HSL 11.16º 0.22% 0.38% -
HSV(B) 11.16º 0.36% 0.47% -
XYZ 12.08 10.78 8.28 -
YUV 93.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 119 84 76 0 0.29 0.36 0.53 11.16 0.22 0.38
Hex 77 54 4C 0 1D 24 35 B 16 26
Octal 167 124 114 0 35 44 65 13 26 46
Binary 1110111 1010100 1001100 0 11101 100100 110101 1011 10110 100110

Color Harmonies of #77544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77544C

Black with #77544C

Text Example


Text Example

White with #77544C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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