Html Css Color HEX #755F66 Scorpion

📋 copy color: '#755F66'

red 117 ◦ green 95 ◦ blue 102

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

Shades of Scorpion #755F66

Tints of Scorpion #755F66

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.25%

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

R = 37.26%
G = 30.25%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#755F66 (or 0x755F66) is known color: Scorpion. HEX triplet: 75, 5F and 66. RGB value is (117,95,102). Sum of RGB (Red+Green+Blue) = 117+95+102=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F66 is #8AA099. Grayscale: #666666. Windows color (decimal): -9085082 or 6709109. OLE color: 6709109.

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

Color convert

RGB 117 95 102 -
CMYK 0 0.19 0.13 0.54
HSL 340.91º 0.1% 0.42% -
HSV(B) 340.91º 0.19% 0.46% -
XYZ 13.83 12.93 14.34 -
YUV 102.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 117 95 102 0 0.19 0.13 0.54 340.91 0.1 0.42
Hex 75 5F 66 0 13 D 36 155 A 2A
Octal 165 137 146 0 23 15 66 525 12 52
Binary 1110101 1011111 1100110 0 10011 1101 110110 101010101 1010 101010

Color Harmonies of #755F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F66

Black with #755F66

Text Example


Text Example

White with #755F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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