Html Css Color HEX #755555 Buccaneer

📋 copy color: '#755555'

red 117 ◦ green 85 ◦ blue 85

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

Shades of Buccaneer #755555

Tints of Buccaneer #755555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 40.77%
G = 29.62%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#755555 (or 0x755555) is known color: Buccaneer. HEX triplet: 75, 55 and 55. RGB value is (117,85,85). Sum of RGB (Red+Green+Blue) = 117+85+85=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #755555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755555 is #8AAAAA. Grayscale: #5E5E5E. Windows color (decimal): -9087659 or 5592437. OLE color: 5592437.

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

Color convert

RGB 117 85 85 -
CMYK 0 0.27 0.27 0.54
HSL 0.16% 0.4% -
HSV(B) 0.27% 0.46% -
XYZ 12.22 10.93 10.06 -
YUV 94.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 117 85 85 0 0.27 0.27 0.54 0 0.16 0.4
Hex 75 55 55 0 1B 1B 36 0 10 28
Octal 165 125 125 0 33 33 66 0 20 50
Binary 1110101 1010101 1010101 0 11011 11011 110110 0 10000 101000

Color Harmonies of #755555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755555

Black with #755555

Text Example


Text Example

White with #755555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755555; }

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

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

background-color css

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

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

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

border-color css

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

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

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