Html Css Color HEX #76534C Buccaneer

📋 copy color: '#76534C'

red 118 ◦ green 83 ◦ blue 76

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

Shades of Buccaneer #76534C

Tints of Buccaneer #76534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

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

R = 42.6%
G = 29.96%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76534C (or 0x76534C) is known color: Buccaneer. HEX triplet: 76, 53 and 4C. RGB value is (118,83,76). Sum of RGB (Red+Green+Blue) = 118+83+76=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76534C is #89ACB3. Grayscale: #5C5C5C. Windows color (decimal): -9022644 or 5002102. OLE color: 5002102.

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

Color convert

RGB 118 83 76 -
CMYK 0 0.30 0.36 0.54
HSL 10º 0.22% 0.38% -
HSV(B) 10º 0.36% 0.46% -
XYZ 11.87 10.56 8.25 -
YUV 92.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 118 83 76 0 0.30 0.36 0.54 10 0.22 0.38
Hex 76 53 4C 0 1E 24 36 A 16 26
Octal 166 123 114 0 36 44 66 12 26 46
Binary 1110110 1010011 1001100 0 11110 100100 110110 1010 10110 100110

Color Harmonies of #76534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76534C

Black with #76534C

Text Example


Text Example

White with #76534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,83,76); }

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

background-color css

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

 a { background-color: rgb(118,83,76); }

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

border-color css

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

 span { border-color: rgb(118,83,76); }

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