Html Css Color HEX #75656C Scorpion

📋 copy color: '#75656C'

red 117 ◦ green 101 ◦ blue 108

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

Shades of Scorpion #75656C

Tints of Scorpion #75656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 35.89%
G = 30.98%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75656C (or 0x75656C) is known color: Scorpion. HEX triplet: 75, 65 and 6C. RGB value is (117,101,108). Sum of RGB (Red+Green+Blue) = 117+101+108=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #75656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75656C is #8A9A93. Grayscale: #6A6A6A. Windows color (decimal): -9083540 or 7103861. OLE color: 7103861.

HSL color Cylindrical-coordinate representation of color #75656C: hue angle of 333.75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #75656C is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 108 -
CMYK 0 0.14 0.08 0.54
HSL 333.75º 0.07% 0.43% -
HSV(B) 333.75º 0.14% 0.46% -
XYZ 14.7 14.17 16.15 -
YUV 106.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 117 101 108 0 0.14 0.08 0.54 333.75 0.07 0.43
Hex 75 65 6C 0 E 8 36 14E 7 2B
Octal 165 145 154 0 16 10 66 516 7 53
Binary 1110101 1100101 1101100 0 1110 1000 110110 101001110 111 101011

Color Harmonies of #75656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75656C

Black with #75656C

Text Example


Text Example

White with #75656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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