Html Css Color HEX #755D66 Scorpion

📋 copy color: '#755D66'

red 117 ◦ green 93 ◦ blue 102

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

Shades of Scorpion #755D66

Tints of Scorpion #755D66

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

 BLUE value IS 102 (40.23% from 255) = 32.69%

R = 37.5%
G = 29.81%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#755D66 (or 0x755D66) is known color: Scorpion. HEX triplet: 75, 5D and 66. RGB value is (117,93,102). Sum of RGB (Red+Green+Blue) = 117+93+102=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #755D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D66 is #8AA299. Grayscale: #656565. Windows color (decimal): -9085594 or 6708597. OLE color: 6708597.

HSL color Cylindrical-coordinate representation of color #755D66: hue angle of 337.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #755D66 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 102 -
CMYK 0 0.21 0.13 0.54
HSL 337.5º 0.11% 0.41% -
HSV(B) 337.5º 0.21% 0.46% -
XYZ 13.65 12.57 14.28 -
YUV 101.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 117 93 102 0 0.21 0.13 0.54 337.5 0.11 0.41
Hex 75 5D 66 0 15 D 36 152 B 29
Octal 165 135 146 0 25 15 66 522 13 51
Binary 1110101 1011101 1100110 0 10101 1101 110110 101010010 1011 101001

Color Harmonies of #755D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D66

Black with #755D66

Text Example


Text Example

White with #755D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755D66; }

 p { color: rgb(117,93,102); }

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

background-color css

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

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

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

border-color css

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

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

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