Html Css Color HEX #755A62 Scorpion

📋 copy color: '#755A62'

red 117 ◦ green 90 ◦ blue 98

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

Shades of Scorpion #755A62

Tints of Scorpion #755A62

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.51%

 BLUE value IS 98 (38.67% from 255) = 32.13%

R = 38.36%
G = 29.51%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#755A62 (or 0x755A62) is known color: Scorpion. HEX triplet: 75, 5A and 62. RGB value is (117,90,98). Sum of RGB (Red+Green+Blue) = 117+90+98=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #755A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A62 is #8AA59D. Grayscale: #626262. Windows color (decimal): -9086366 or 6445685. OLE color: 6445685.

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

Color convert

RGB 117 90 98 -
CMYK 0 0.23 0.16 0.54
HSL 342.22º 0.13% 0.41% -
HSV(B) 342.22º 0.23% 0.46% -
XYZ 13.2 11.98 13.17 -
YUV 98.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 117 90 98 0 0.23 0.16 0.54 342.22 0.13 0.41
Hex 75 5A 62 0 17 10 36 156 D 29
Octal 165 132 142 0 27 20 66 526 15 51
Binary 1110101 1011010 1100010 0 10111 10000 110110 101010110 1101 101001

Color Harmonies of #755A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A62

Black with #755A62

Text Example


Text Example

White with #755A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,90,98); }

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

background-color css

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

 a { background-color: rgb(117,90,98); }

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

border-color css

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

 span { border-color: rgb(117,90,98); }

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