Html Css Color HEX #755752 Buccaneer

📋 copy color: '#755752'

red 117 ◦ green 87 ◦ blue 82

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

Shades of Buccaneer #755752

Tints of Buccaneer #755752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

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

R = 40.91%
G = 30.42%
B = 28.67%

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

#755752 (or 0x755752) is known color: Buccaneer. HEX triplet: 75, 57 and 52. RGB value is (117,87,82). Sum of RGB (Red+Green+Blue) = 117+87+82=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #755752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755752 is #8AA8AD. Grayscale: #5F5F5F. Windows color (decimal): -9087150 or 5396341. OLE color: 5396341.

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

Color convert

RGB 117 87 82 -
CMYK 0 0.26 0.30 0.54
HSL 8.57º 0.18% 0.39% -
HSV(B) 8.57º 0.3% 0.46% -
XYZ 12.27 11.21 9.5 -
YUV 95.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 117 87 82 0 0.26 0.30 0.54 8.57 0.18 0.39
Hex 75 57 52 0 1A 1E 36 9 12 27
Octal 165 127 122 0 32 36 66 11 22 47
Binary 1110101 1010111 1010010 0 11010 11110 110110 1001 10010 100111

Color Harmonies of #755752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755752

Black with #755752

Text Example


Text Example

White with #755752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755752; }

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

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

background-color css

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

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

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

border-color css

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

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

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