Html Css Color HEX #755A55 Buccaneer

📋 copy color: '#755A55'

red 117 ◦ green 90 ◦ blue 85

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

Shades of Buccaneer #755A55

Tints of Buccaneer #755A55

RGB

 RED value IS 117 (46.09% from 255) = 40.07%

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

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

R = 40.07%
G = 30.82%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#755A55 (or 0x755A55) is known color: Buccaneer. HEX triplet: 75, 5A and 55. RGB value is (117,90,85). Sum of RGB (Red+Green+Blue) = 117+90+85=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #755A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A55 is #8AA5AA. Grayscale: #616161. Windows color (decimal): -9086379 or 5593717. OLE color: 5593717.

HSL color Cylindrical-coordinate representation of color #755A55: hue angle of 9.38º 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 #755A55 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 85 -
CMYK 0 0.23 0.27 0.54
HSL 9.38º 0.16% 0.4% -
HSV(B) 9.38º 0.27% 0.46% -
XYZ 12.63 11.75 10.2 -
YUV 97.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 117 90 85 0 0.23 0.27 0.54 9.38 0.16 0.4
Hex 75 5A 55 0 17 1B 36 9 10 28
Octal 165 132 125 0 27 33 66 11 20 50
Binary 1110101 1011010 1010101 0 10111 11011 110110 1001 10000 101000

Color Harmonies of #755A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A55

Black with #755A55

Text Example


Text Example

White with #755A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A55; }

 p { color: rgb(117,90,85); }

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

background-color css

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

 a { background-color: rgb(117,90,85); }

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

border-color css

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

 span { border-color: rgb(117,90,85); }

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