Html Css Color HEX #77676D Scorpion

📋 copy color: '#77676D'

red 119 ◦ green 103 ◦ blue 109

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

Shades of Scorpion #77676D

Tints of Scorpion #77676D

RGB

 RED value IS 119 (46.88% from 255) = 35.95%

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

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

R = 35.95%
G = 31.12%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77676D (or 0x77676D) is known color: Scorpion. HEX triplet: 77, 67 and 6D. RGB value is (119,103,109). Sum of RGB (Red+Green+Blue) = 119+103+109=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #77676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77676D is #889892. Grayscale: #6C6C6C. Windows color (decimal): -8951955 or 7169911. OLE color: 7169911.

HSL color Cylindrical-coordinate representation of color #77676D: hue angle of 337.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #77676D is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 103 109 -
CMYK 0 0.13 0.08 0.53
HSL 337.5º 0.07% 0.44% -
HSV(B) 337.5º 0.13% 0.47% -
XYZ 15.22 14.73 16.51 -
YUV 108.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 119 103 109 0 0.13 0.08 0.53 337.5 0.07 0.44
Hex 77 67 6D 0 D 8 35 152 7 2C
Octal 167 147 155 0 15 10 65 522 7 54
Binary 1110111 1100111 1101101 0 1101 1000 110101 101010010 111 101100

Color Harmonies of #77676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77676D

Black with #77676D

Text Example


Text Example

White with #77676D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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