Html Css Color HEX #75606A Scorpion

📋 copy color: '#75606A'

red 117 ◦ green 96 ◦ blue 106

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

Shades of Scorpion #75606A

Tints of Scorpion #75606A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

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

R = 36.68%
G = 30.09%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75606A (or 0x75606A) is known color: Scorpion. HEX triplet: 75, 60 and 6A. RGB value is (117,96,106). Sum of RGB (Red+Green+Blue) = 117+96+106=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #75606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75606A is #8A9F95. Grayscale: #676767. Windows color (decimal): -9084822 or 6971509. OLE color: 6971509.

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

Color convert

RGB 117 96 106 -
CMYK 0 0.18 0.09 0.54
HSL 331.43º 0.1% 0.42% -
HSV(B) 331.43º 0.18% 0.46% -
XYZ 14.12 13.19 15.44 -
YUV 103.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 117 96 106 0 0.18 0.09 0.54 331.43 0.1 0.42
Hex 75 60 6A 0 12 9 36 14B A 2A
Octal 165 140 152 0 22 11 66 513 12 52
Binary 1110101 1100000 1101010 0 10010 1001 110110 101001011 1010 101010

Color Harmonies of #75606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75606A

Black with #75606A

Text Example


Text Example

White with #75606A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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