Html Css Color HEX #75666E Scorpion

📋 copy color: '#75666E'

red 117 ◦ green 102 ◦ blue 110

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

Shades of Scorpion #75666E

Tints of Scorpion #75666E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 35.56%
G = 31%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75666E (or 0x75666E) is known color: Scorpion. HEX triplet: 75, 66 and 6E. RGB value is (117,102,110). Sum of RGB (Red+Green+Blue) = 117+102+110=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #75666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75666E is #8A9991. Grayscale: #6B6B6B. Windows color (decimal): -9083282 or 7235189. OLE color: 7235189.

HSL color Cylindrical-coordinate representation of color #75666E: hue angle of 328º 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 #75666E is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 110 -
CMYK 0 0.13 0.06 0.54
HSL 328º 0.07% 0.43% -
HSV(B) 328º 0.13% 0.46% -
XYZ 14.9 14.41 16.75 -
YUV 107.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 117 102 110 0 0.13 0.06 0.54 328 0.07 0.43
Hex 75 66 6E 0 D 6 36 148 7 2B
Octal 165 146 156 0 15 6 66 510 7 53
Binary 1110101 1100110 1101110 0 1101 110 110110 101001000 111 101011

Color Harmonies of #75666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75666E

Black with #75666E

Text Example


Text Example

White with #75666E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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