Html Css Color HEX #75616A Scorpion

📋 copy color: '#75616A'

red 117 ◦ green 97 ◦ blue 106

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

Shades of Scorpion #75616A

Tints of Scorpion #75616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.31%

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

R = 36.56%
G = 30.31%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75616A (or 0x75616A) is known color: Scorpion. HEX triplet: 75, 61 and 6A. RGB value is (117,97,106). Sum of RGB (Red+Green+Blue) = 117+97+106=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #75616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75616A is #8A9E95. Grayscale: #676767. Windows color (decimal): -9084566 or 6971765. OLE color: 6971765.

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

Color convert

RGB 117 97 106 -
CMYK 0 0.17 0.09 0.54
HSL 333º 0.09% 0.42% -
HSV(B) 333º 0.17% 0.46% -
XYZ 14.21 13.37 15.47 -
YUV 104.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 117 97 106 0 0.17 0.09 0.54 333 0.09 0.42
Hex 75 61 6A 0 11 9 36 14D 9 2A
Octal 165 141 152 0 21 11 66 515 11 52
Binary 1110101 1100001 1101010 0 10001 1001 110110 101001101 1001 101010

Color Harmonies of #75616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75616A

Black with #75616A

Text Example


Text Example

White with #75616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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