Html Css Color HEX #76544E Buccaneer

📋 copy color: '#76544E'

red 118 ◦ green 84 ◦ blue 78

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

Shades of Buccaneer #76544E

Tints of Buccaneer #76544E

RGB

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

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

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

R = 42.14%
G = 30%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76544E (or 0x76544E) is known color: Buccaneer. HEX triplet: 76, 54 and 4E. RGB value is (118,84,78). Sum of RGB (Red+Green+Blue) = 118+84+78=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76544E is #89ABB1. Grayscale: #5D5D5D. Windows color (decimal): -9022386 or 5133430. OLE color: 5133430.

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

Color convert

RGB 118 84 78 -
CMYK 0 0.29 0.34 0.54
HSL 0.2% 0.38% -
HSV(B) 0.34% 0.46% -
XYZ 12.02 10.74 8.65 -
YUV 93.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 118 84 78 0 0.29 0.34 0.54 9 0.2 0.38
Hex 76 54 4E 0 1D 22 36 9 14 26
Octal 166 124 116 0 35 42 66 11 24 46
Binary 1110110 1010100 1001110 0 11101 100010 110110 1001 10100 100110

Color Harmonies of #76544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76544E

Black with #76544E

Text Example


Text Example

White with #76544E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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