Html Css Color HEX #75626B Scorpion

📋 copy color: '#75626B'

red 117 ◦ green 98 ◦ blue 107

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

Shades of Scorpion #75626B

Tints of Scorpion #75626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 36.34%
G = 30.43%
B = 33.23%

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

#75626B (or 0x75626B) is known color: Scorpion. HEX triplet: 75, 62 and 6B. RGB value is (117,98,107). Sum of RGB (Red+Green+Blue) = 117+98+107=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #75626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75626B is #8A9D94. Grayscale: #686868. Windows color (decimal): -9084309 or 7037557. OLE color: 7037557.

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

Color convert

RGB 117 98 107 -
CMYK 0 0.16 0.09 0.54
HSL 331.58º 0.09% 0.42% -
HSV(B) 331.58º 0.16% 0.46% -
XYZ 14.36 13.58 15.77 -
YUV 104.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 117 98 107 0 0.16 0.09 0.54 331.58 0.09 0.42
Hex 75 62 6B 0 10 9 36 14C 9 2A
Octal 165 142 153 0 20 11 66 514 11 52
Binary 1110101 1100010 1101011 0 10000 1001 110110 101001100 1001 101010

Color Harmonies of #75626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75626B

Black with #75626B

Text Example


Text Example

White with #75626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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