Html Css Color HEX #755855 Buccaneer

📋 copy color: '#755855'

red 117 ◦ green 88 ◦ blue 85

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

Shades of Buccaneer #755855

Tints of Buccaneer #755855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

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

R = 40.34%
G = 30.34%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#755855 (or 0x755855) is known color: Buccaneer. HEX triplet: 75, 58 and 55. RGB value is (117,88,85). Sum of RGB (Red+Green+Blue) = 117+88+85=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #755855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755855 is #8AA7AA. Grayscale: #606060. Windows color (decimal): -9086891 or 5593205. OLE color: 5593205.

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

Color convert

RGB 117 88 85 -
CMYK 0 0.25 0.27 0.54
HSL 5.63º 0.16% 0.4% -
HSV(B) 5.63º 0.27% 0.46% -
XYZ 12.47 11.42 10.14 -
YUV 96.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 117 88 85 0 0.25 0.27 0.54 5.63 0.16 0.4
Hex 75 58 55 0 19 1B 36 6 10 28
Octal 165 130 125 0 31 33 66 6 20 50
Binary 1110101 1011000 1010101 0 11001 11011 110110 110 10000 101000

Color Harmonies of #755855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755855

Black with #755855

Text Example


Text Example

White with #755855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755855; }

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

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

background-color css

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

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

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

border-color css

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

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

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