Html Css Color HEX #76676D Scorpion

📋 copy color: '#76676D'

red 118 ◦ green 103 ◦ blue 109

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

Shades of Scorpion #76676D

Tints of Scorpion #76676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 35.76%
G = 31.21%
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

#76676D (or 0x76676D) is known color: Scorpion. HEX triplet: 76, 67 and 6D. RGB value is (118,103,109). Sum of RGB (Red+Green+Blue) = 118+103+109=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #76676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76676D is #899892. Grayscale: #6C6C6C. Windows color (decimal): -9017491 or 7169910. OLE color: 7169910.

HSL color Cylindrical-coordinate representation of color #76676D: 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 #76676D is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 109 -
CMYK 0 0.13 0.08 0.54
HSL 336º 0.07% 0.43% -
HSV(B) 336º 0.13% 0.46% -
XYZ 15.08 14.66 16.5 -
YUV 108.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 118 103 109 0 0.13 0.08 0.54 336 0.07 0.43
Hex 76 67 6D 0 D 8 36 150 7 2B
Octal 166 147 155 0 15 10 66 520 7 53
Binary 1110110 1100111 1101101 0 1101 1000 110110 101010000 111 101011

Color Harmonies of #76676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76676D

Black with #76676D

Text Example


Text Example

White with #76676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76676D; }

 p { color: rgb(118,103,109); }

 H1.HeaderClassName
 {
   color: #76676D;
 }
 .AnyTagClassName
 {
   color: #76676D;
 }
</style>

background-color css

<style>
 a { background-color: #76676D; }

 a { background-color: rgb(118,103,109); }

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

border-color css

<style>
 span { border-color: #76676D; }

 span { border-color: rgb(118,103,109); }

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