Html Css Color HEX #755655 Buccaneer

📋 copy color: '#755655'

red 117 ◦ green 86 ◦ blue 85

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

Shades of Buccaneer #755655

Tints of Buccaneer #755655

RGB

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

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

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

R = 40.63%
G = 29.86%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#755655 (or 0x755655) is known color: Buccaneer. HEX triplet: 75, 56 and 55. RGB value is (117,86,85). Sum of RGB (Red+Green+Blue) = 117+86+85=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #755655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755655 is #8AA9AA. Grayscale: #5F5F5F. Windows color (decimal): -9087403 or 5592693. OLE color: 5592693.

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

Color convert

RGB 117 86 85 -
CMYK 0 0.26 0.27 0.54
HSL 1.88º 0.16% 0.4% -
HSV(B) 1.88º 0.27% 0.46% -
XYZ 12.3 11.09 10.09 -
YUV 95.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 117 86 85 0 0.26 0.27 0.54 1.88 0.16 0.4
Hex 75 56 55 0 1A 1B 36 2 10 28
Octal 165 126 125 0 32 33 66 2 20 50
Binary 1110101 1010110 1010101 0 11010 11011 110110 10 10000 101000

Color Harmonies of #755655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755655

Black with #755655

Text Example


Text Example

White with #755655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755655; }

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

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

background-color css

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

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

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

border-color css

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

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

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