Html Css Color HEX #75626A Scorpion

📋 copy color: '#75626A'

red 117 ◦ green 98 ◦ blue 106

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

Shades of Scorpion #75626A

Tints of Scorpion #75626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 36.45%
G = 30.53%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75626A (or 0x75626A) is known color: Scorpion. HEX triplet: 75, 62 and 6A. RGB value is (117,98,106). Sum of RGB (Red+Green+Blue) = 117+98+106=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #75626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75626A is #8A9D95. Grayscale: #686868. Windows color (decimal): -9084310 or 6972021. OLE color: 6972021.

HSL color Cylindrical-coordinate representation of color #75626A: hue angle of 334.74º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75626A is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 106 -
CMYK 0 0.16 0.09 0.54
HSL 334.74º 0.09% 0.42% -
HSV(B) 334.74º 0.16% 0.46% -
XYZ 14.31 13.56 15.5 -
YUV 104.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 117 98 106 0 0.16 0.09 0.54 334.74 0.09 0.42
Hex 75 62 6A 0 10 9 36 14F 9 2A
Octal 165 142 152 0 20 11 66 517 11 52
Binary 1110101 1100010 1101010 0 10000 1001 110110 101001111 1001 101010

Color Harmonies of #75626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75626A

Black with #75626A

Text Example


Text Example

White with #75626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75626A; }

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

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

background-color css

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

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

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

border-color css

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

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

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