Html Css Color HEX #765A56 Buccaneer

📋 copy color: '#765A56'

red 118 ◦ green 90 ◦ blue 86

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

Shades of Buccaneer #765A56

Tints of Buccaneer #765A56

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.61%

 BLUE value IS 86 (33.98% from 255) = 29.25%

R = 40.14%
G = 30.61%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#765A56 (or 0x765A56) is known color: Buccaneer. HEX triplet: 76, 5A and 56. RGB value is (118,90,86). Sum of RGB (Red+Green+Blue) = 118+90+86=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #765A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A56 is #89A5A9. Grayscale: #616161. Windows color (decimal): -9020842 or 5659254. OLE color: 5659254.

HSL color Cylindrical-coordinate representation of color #765A56: hue angle of 7.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #765A56 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 90 86 -
CMYK 0 0.24 0.27 0.54
HSL 7.5º 0.16% 0.4% -
HSV(B) 7.5º 0.27% 0.46% -
XYZ 12.81 11.84 10.41 -
YUV 97.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 118 90 86 0 0.24 0.27 0.54 7.5 0.16 0.4
Hex 76 5A 56 0 18 1B 36 8 10 28
Octal 166 132 126 0 30 33 66 10 20 50
Binary 1110110 1011010 1010110 0 11000 11011 110110 1000 10000 101000

Color Harmonies of #765A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A56

Black with #765A56

Text Example


Text Example

White with #765A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765A56; }

 p { color: rgb(118,90,86); }

 H1.HeaderClassName
 {
   color: #765A56;
 }
 .AnyTagClassName
 {
   color: #765A56;
 }
</style>

background-color css

<style>
 a { background-color: #765A56; }

 a { background-color: rgb(118,90,86); }

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

border-color css

<style>
 span { border-color: #765A56; }

 span { border-color: rgb(118,90,86); }

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