Html Css Color HEX #755652 Buccaneer

📋 copy color: '#755652'

red 117 ◦ green 86 ◦ blue 82

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

Shades of Buccaneer #755652

Tints of Buccaneer #755652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 41.05%
G = 30.18%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#755652 (or 0x755652) is known color: Buccaneer. HEX triplet: 75, 56 and 52. RGB value is (117,86,82). Sum of RGB (Red+Green+Blue) = 117+86+82=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755652 is #8AA9AD. Grayscale: #5E5E5E. Windows color (decimal): -9087406 or 5396085. OLE color: 5396085.

HSL color Cylindrical-coordinate representation of color #755652: hue angle of 6.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755652 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 82 -
CMYK 0 0.26 0.30 0.54
HSL 6.86º 0.18% 0.39% -
HSV(B) 6.86º 0.3% 0.46% -
XYZ 12.19 11.05 9.47 -
YUV 94.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 117 86 82 0 0.26 0.30 0.54 6.86 0.18 0.39
Hex 75 56 52 0 1A 1E 36 7 12 27
Octal 165 126 122 0 32 36 66 7 22 47
Binary 1110101 1010110 1010010 0 11010 11110 110110 111 10010 100111

Color Harmonies of #755652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755652

Black with #755652

Text Example


Text Example

White with #755652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755652; }

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

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

background-color css

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

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

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

border-color css

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

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

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