Html Css Color HEX #755553 Buccaneer

📋 copy color: '#755553'

red 117 ◦ green 85 ◦ blue 83

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

Shades of Buccaneer #755553

Tints of Buccaneer #755553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.12%

R = 41.05%
G = 29.82%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#755553 (or 0x755553) is known color: Buccaneer. HEX triplet: 75, 55 and 53. RGB value is (117,85,83). Sum of RGB (Red+Green+Blue) = 117+85+83=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755553 is #8AAAAC. Grayscale: #5E5E5E. Windows color (decimal): -9087661 or 5461365. OLE color: 5461365.

HSL color Cylindrical-coordinate representation of color #755553: hue angle of 3.53º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755553 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 83 -
CMYK 0 0.27 0.29 0.54
HSL 3.53º 0.17% 0.39% -
HSV(B) 3.53º 0.29% 0.46% -
XYZ 12.15 10.9 9.65 -
YUV 94.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 117 85 83 0 0.27 0.29 0.54 3.53 0.17 0.39
Hex 75 55 53 0 1B 1D 36 4 11 27
Octal 165 125 123 0 33 35 66 4 21 47
Binary 1110101 1010101 1010011 0 11011 11101 110110 100 10001 100111

Color Harmonies of #755553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755553

Black with #755553

Text Example


Text Example

White with #755553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755553; }

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

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

background-color css

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

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

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

border-color css

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

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

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