Html Css Color HEX #76656A Scorpion

📋 copy color: '#76656A'

red 118 ◦ green 101 ◦ blue 106

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

Shades of Scorpion #76656A

Tints of Scorpion #76656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 36.31%
G = 31.08%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76656A (or 0x76656A) is known color: Scorpion. HEX triplet: 76, 65 and 6A. RGB value is (118,101,106). Sum of RGB (Red+Green+Blue) = 118+101+106=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #76656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76656A is #899A95. Grayscale: #6A6A6A. Windows color (decimal): -9018006 or 6972790. OLE color: 6972790.

HSL color Cylindrical-coordinate representation of color #76656A: hue angle of 342.35º degrees, saturation: 0.08, 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 #76656A is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 106 -
CMYK 0 0.14 0.10 0.54
HSL 342.35º 0.08% 0.43% -
HSV(B) 342.35º 0.14% 0.46% -
XYZ 14.73 14.2 15.6 -
YUV 106.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 118 101 106 0 0.14 0.10 0.54 342.35 0.08 0.43
Hex 76 65 6A 0 E A 36 156 8 2B
Octal 166 145 152 0 16 12 66 526 10 53
Binary 1110110 1100101 1101010 0 1110 1010 110110 101010110 1000 101011

Color Harmonies of #76656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76656A

Black with #76656A

Text Example


Text Example

White with #76656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76656A; }

 p { color: rgb(118,101,106); }

 H1.HeaderClassName
 {
   color: #76656A;
 }
 .AnyTagClassName
 {
   color: #76656A;
 }
</style>

background-color css

<style>
 a { background-color: #76656A; }

 a { background-color: rgb(118,101,106); }

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

border-color css

<style>
 span { border-color: #76656A; }

 span { border-color: rgb(118,101,106); }

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