Html Css Color HEX #76534E Buccaneer

📋 copy color: '#76534E'

red 118 ◦ green 83 ◦ blue 78

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

Shades of Buccaneer #76534E

Tints of Buccaneer #76534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.96%

R = 42.29%
G = 29.75%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76534E (or 0x76534E) is known color: Buccaneer. HEX triplet: 76, 53 and 4E. RGB value is (118,83,78). Sum of RGB (Red+Green+Blue) = 118+83+78=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76534E is #89ACB1. Grayscale: #5C5C5C. Windows color (decimal): -9022642 or 5133174. OLE color: 5133174.

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

Color convert

RGB 118 83 78 -
CMYK 0 0.30 0.34 0.54
HSL 7.5º 0.2% 0.38% -
HSV(B) 7.5º 0.34% 0.46% -
XYZ 11.94 10.59 8.62 -
YUV 92.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 118 83 78 0 0.30 0.34 0.54 7.5 0.2 0.38
Hex 76 53 4E 0 1E 22 36 8 14 26
Octal 166 123 116 0 36 42 66 10 24 46
Binary 1110110 1010011 1001110 0 11110 100010 110110 1000 10100 100110

Color Harmonies of #76534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76534E

Black with #76534E

Text Example


Text Example

White with #76534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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