Html Css Color HEX #76646E Scorpion

📋 copy color: '#76646E'

red 118 ◦ green 100 ◦ blue 110

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

Shades of Scorpion #76646E

Tints of Scorpion #76646E

RGB

 RED value IS 118 (46.48% from 255) = 35.98%

 GREEN value IS 100 (39.45% from 255) = 30.49%

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

R = 35.98%
G = 30.49%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76646E (or 0x76646E) is known color: Scorpion. HEX triplet: 76, 64 and 6E. RGB value is (118,100,110). Sum of RGB (Red+Green+Blue) = 118+100+110=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #76646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76646E is #899B91. Grayscale: #6A6A6A. Windows color (decimal): -9018258 or 7234678. OLE color: 7234678.

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

Color convert

RGB 118 100 110 -
CMYK 0 0.15 0.07 0.54
HSL 326.67º 0.08% 0.43% -
HSV(B) 326.67º 0.15% 0.46% -
XYZ 14.84 14.09 16.69 -
YUV 106.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 118 100 110 0 0.15 0.07 0.54 326.67 0.08 0.43
Hex 76 64 6E 0 F 7 36 147 8 2B
Octal 166 144 156 0 17 7 66 507 10 53
Binary 1110110 1100100 1101110 0 1111 111 110110 101000111 1000 101011

Color Harmonies of #76646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76646E

Black with #76646E

Text Example


Text Example

White with #76646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,100,110); }

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

background-color css

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

 a { background-color: rgb(118,100,110); }

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

border-color css

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

 span { border-color: rgb(118,100,110); }

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