Html Css Color HEX #76676F Scorpion

📋 copy color: '#76676F'

red 118 ◦ green 103 ◦ blue 111

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

Shades of Scorpion #76676F

Tints of Scorpion #76676F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 35.54%
G = 31.02%
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

#76676F (or 0x76676F) is known color: Scorpion. HEX triplet: 76, 67 and 6F. RGB value is (118,103,111). Sum of RGB (Red+Green+Blue) = 118+103+111=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #76676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76676F is #899890. Grayscale: #6C6C6C. Windows color (decimal): -9017489 or 7300982. OLE color: 7300982.

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

Color convert

RGB 118 103 111 -
CMYK 0 0.13 0.06 0.54
HSL 328º 0.07% 0.43% -
HSV(B) 328º 0.13% 0.46% -
XYZ 15.19 14.7 17.08 -
YUV 108.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 118 103 111 0 0.13 0.06 0.54 328 0.07 0.43
Hex 76 67 6F 0 D 6 36 148 7 2B
Octal 166 147 157 0 15 6 66 510 7 53
Binary 1110110 1100111 1101111 0 1101 110 110110 101001000 111 101011

Color Harmonies of #76676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76676F

Black with #76676F

Text Example


Text Example

White with #76676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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