Html Css Color HEX #765655 Buccaneer

📋 copy color: '#765655'

red 118 ◦ green 86 ◦ blue 85

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

Shades of Buccaneer #765655

Tints of Buccaneer #765655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 40.83%
G = 29.76%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#765655 (or 0x765655) is known color: Buccaneer. HEX triplet: 76, 56 and 55. RGB value is (118,86,85). Sum of RGB (Red+Green+Blue) = 118+86+85=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #765655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765655 is #89A9AA. Grayscale: #5F5F5F. Windows color (decimal): -9021867 or 5592694. OLE color: 5592694.

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

Color convert

RGB 118 86 85 -
CMYK 0 0.27 0.28 0.54
HSL 1.82º 0.16% 0.4% -
HSV(B) 1.82º 0.28% 0.46% -
XYZ 12.44 11.16 10.09 -
YUV 95.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 118 86 85 0 0.27 0.28 0.54 1.82 0.16 0.4
Hex 76 56 55 0 1B 1C 36 2 10 28
Octal 166 126 125 0 33 34 66 2 20 50
Binary 1110110 1010110 1010101 0 11011 11100 110110 10 10000 101000

Color Harmonies of #765655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765655

Black with #765655

Text Example


Text Example

White with #765655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765655; }

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

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

background-color css

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

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

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

border-color css

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

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

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