Html Css Color HEX #76554E Buccaneer

📋 copy color: '#76554E'

red 118 ◦ green 85 ◦ blue 78

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

Shades of Buccaneer #76554E

Tints of Buccaneer #76554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 41.99%
G = 30.25%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76554E (or 0x76554E) is known color: Buccaneer. HEX triplet: 76, 55 and 4E. RGB value is (118,85,78). Sum of RGB (Red+Green+Blue) = 118+85+78=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76554E is #89AAB1. Grayscale: #5E5E5E. Windows color (decimal): -9022130 or 5133686. OLE color: 5133686.

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

Color convert

RGB 118 85 78 -
CMYK 0 0.28 0.34 0.54
HSL 10.5º 0.2% 0.38% -
HSV(B) 10.5º 0.34% 0.46% -
XYZ 12.09 10.9 8.67 -
YUV 94.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 118 85 78 0 0.28 0.34 0.54 10.5 0.2 0.38
Hex 76 55 4E 0 1C 22 36 A 14 26
Octal 166 125 116 0 34 42 66 12 24 46
Binary 1110110 1010101 1001110 0 11100 100010 110110 1010 10100 100110

Color Harmonies of #76554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76554E

Black with #76554E

Text Example


Text Example

White with #76554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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