Html Css Color HEX #75616C Scorpion

📋 copy color: '#75616C'

red 117 ◦ green 97 ◦ blue 108

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

Shades of Scorpion #75616C

Tints of Scorpion #75616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 36.34%
G = 30.12%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75616C (or 0x75616C) is known color: Scorpion. HEX triplet: 75, 61 and 6C. RGB value is (117,97,108). Sum of RGB (Red+Green+Blue) = 117+97+108=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #75616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75616C is #8A9E93. Grayscale: #686868. Windows color (decimal): -9084564 or 7102837. OLE color: 7102837.

HSL color Cylindrical-coordinate representation of color #75616C: hue angle of 327º 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 #75616C is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 108 -
CMYK 0 0.17 0.08 0.54
HSL 327º 0.09% 0.42% -
HSV(B) 327º 0.17% 0.46% -
XYZ 14.32 13.41 16.02 -
YUV 104.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 117 97 108 0 0.17 0.08 0.54 327 0.09 0.42
Hex 75 61 6C 0 11 8 36 147 9 2A
Octal 165 141 154 0 21 10 66 507 11 52
Binary 1110101 1100001 1101100 0 10001 1000 110110 101000111 1001 101010

Color Harmonies of #75616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75616C

Black with #75616C

Text Example


Text Example

White with #75616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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