Html Css Color HEX #75606B Scorpion

📋 copy color: '#75606B'

red 117 ◦ green 96 ◦ blue 107

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

Shades of Scorpion #75606B

Tints of Scorpion #75606B

RGB

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

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

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

R = 36.56%
G = 30%
B = 33.44%

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

#75606B (or 0x75606B) is known color: Scorpion. HEX triplet: 75, 60 and 6B. RGB value is (117,96,107). Sum of RGB (Red+Green+Blue) = 117+96+107=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #75606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75606B is #8A9F94. Grayscale: #676767. Windows color (decimal): -9084821 or 7037045. OLE color: 7037045.

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

Color convert

RGB 117 96 107 -
CMYK 0 0.18 0.09 0.54
HSL 328.57º 0.1% 0.42% -
HSV(B) 328.57º 0.18% 0.46% -
XYZ 14.17 13.21 15.71 -
YUV 103.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 117 96 107 0 0.18 0.09 0.54 328.57 0.1 0.42
Hex 75 60 6B 0 12 9 36 149 A 2A
Octal 165 140 153 0 22 11 66 511 12 52
Binary 1110101 1100000 1101011 0 10010 1001 110110 101001001 1010 101010

Color Harmonies of #75606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75606B

Black with #75606B

Text Example


Text Example

White with #75606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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