Html Css Color HEX #75626D Scorpion

📋 copy color: '#75626D'

red 117 ◦ green 98 ◦ blue 109

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

Shades of Scorpion #75626D

Tints of Scorpion #75626D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 36.11%
G = 30.25%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75626D (or 0x75626D) is known color: Scorpion. HEX triplet: 75, 62 and 6D. RGB value is (117,98,109). Sum of RGB (Red+Green+Blue) = 117+98+109=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #75626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75626D is #8A9D92. Grayscale: #686868. Windows color (decimal): -9084307 or 7168629. OLE color: 7168629.

HSL color Cylindrical-coordinate representation of color #75626D: hue angle of 325.26º 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 #75626D is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 109 -
CMYK 0 0.16 0.07 0.54
HSL 325.26º 0.09% 0.42% -
HSV(B) 325.26º 0.16% 0.46% -
XYZ 14.46 13.62 16.33 -
YUV 104.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 117 98 109 0 0.16 0.07 0.54 325.26 0.09 0.42
Hex 75 62 6D 0 10 7 36 145 9 2A
Octal 165 142 155 0 20 7 66 505 11 52
Binary 1110101 1100010 1101101 0 10000 111 110110 101000101 1001 101010

Color Harmonies of #75626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75626D

Black with #75626D

Text Example


Text Example

White with #75626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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