Html Css Color HEX #765955 Buccaneer

📋 copy color: '#765955'

red 118 ◦ green 89 ◦ blue 85

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

Shades of Buccaneer #765955

Tints of Buccaneer #765955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

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

R = 40.41%
G = 30.48%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#765955 (or 0x765955) is known color: Buccaneer. HEX triplet: 76, 59 and 55. RGB value is (118,89,85). Sum of RGB (Red+Green+Blue) = 118+89+85=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #765955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765955 is #89A6AA. Grayscale: #616161. Windows color (decimal): -9021099 or 5593462. OLE color: 5593462.

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

Color convert

RGB 118 89 85 -
CMYK 0 0.25 0.28 0.54
HSL 7.27º 0.16% 0.4% -
HSV(B) 7.27º 0.28% 0.46% -
XYZ 12.68 11.65 10.17 -
YUV 97.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 118 89 85 0 0.25 0.28 0.54 7.27 0.16 0.4
Hex 76 59 55 0 19 1C 36 7 10 28
Octal 166 131 125 0 31 34 66 7 20 50
Binary 1110110 1011001 1010101 0 11001 11100 110110 111 10000 101000

Color Harmonies of #765955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765955

Black with #765955

Text Example


Text Example

White with #765955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765955; }

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

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

background-color css

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

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

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

border-color css

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

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

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