Html Css Color HEX #75666C Scorpion

📋 copy color: '#75666C'

red 117 ◦ green 102 ◦ blue 108

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

Shades of Scorpion #75666C

Tints of Scorpion #75666C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

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

R = 35.78%
G = 31.19%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75666C (or 0x75666C) is known color: Scorpion. HEX triplet: 75, 66 and 6C. RGB value is (117,102,108). Sum of RGB (Red+Green+Blue) = 117+102+108=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #75666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75666C is #8A9993. Grayscale: #6B6B6B. Windows color (decimal): -9083284 or 7104117. OLE color: 7104117.

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

Color convert

RGB 117 102 108 -
CMYK 0 0.13 0.08 0.54
HSL 336º 0.07% 0.43% -
HSV(B) 336º 0.13% 0.46% -
XYZ 14.79 14.37 16.18 -
YUV 107.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 117 102 108 0 0.13 0.08 0.54 336 0.07 0.43
Hex 75 66 6C 0 D 8 36 150 7 2B
Octal 165 146 154 0 15 10 66 520 7 53
Binary 1110101 1100110 1101100 0 1101 1000 110110 101010000 111 101011

Color Harmonies of #75666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75666C

Black with #75666C

Text Example


Text Example

White with #75666C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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