Html Css Color HEX #755352 Buccaneer

📋 copy color: '#755352'

red 117 ◦ green 83 ◦ blue 82

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

Shades of Buccaneer #755352

Tints of Buccaneer #755352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

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

R = 41.49%
G = 29.43%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#755352 (or 0x755352) is known color: Buccaneer. HEX triplet: 75, 53 and 52. RGB value is (117,83,82). Sum of RGB (Red+Green+Blue) = 117+83+82=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #755352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755352 is #8AACAD. Grayscale: #5D5D5D. Windows color (decimal): -9088174 or 5395317. OLE color: 5395317.

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

Color convert

RGB 117 83 82 -
CMYK 0 0.29 0.30 0.54
HSL 1.71º 0.18% 0.39% -
HSV(B) 1.71º 0.3% 0.46% -
XYZ 11.95 10.58 9.39 -
YUV 93.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 117 83 82 0 0.29 0.30 0.54 1.71 0.18 0.39
Hex 75 53 52 0 1D 1E 36 2 12 27
Octal 165 123 122 0 35 36 66 2 22 47
Binary 1110101 1010011 1010010 0 11101 11110 110110 10 10010 100111

Color Harmonies of #755352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755352

Black with #755352

Text Example


Text Example

White with #755352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755352; }

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

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

background-color css

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

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

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

border-color css

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

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

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