Html Css Color HEX #77676C Scorpion

📋 copy color: '#77676C'

red 119 ◦ green 103 ◦ blue 108

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

Shades of Scorpion #77676C

Tints of Scorpion #77676C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 36.06%
G = 31.21%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77676C (or 0x77676C) is known color: Scorpion. HEX triplet: 77, 67 and 6C. RGB value is (119,103,108). Sum of RGB (Red+Green+Blue) = 119+103+108=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #77676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77676C is #889893. Grayscale: #6C6C6C. Windows color (decimal): -8951956 or 7104375. OLE color: 7104375.

HSL color Cylindrical-coordinate representation of color #77676C: hue angle of 341.25º 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 #77676C is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 103 108 -
CMYK 0 0.13 0.09 0.53
HSL 341.25º 0.07% 0.44% -
HSV(B) 341.25º 0.13% 0.47% -
XYZ 15.16 14.71 16.23 -
YUV 108.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 119 103 108 0 0.13 0.09 0.53 341.25 0.07 0.44
Hex 77 67 6C 0 D 9 35 155 7 2C
Octal 167 147 154 0 15 11 65 525 7 54
Binary 1110111 1100111 1101100 0 1101 1001 110101 101010101 111 101100

Color Harmonies of #77676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77676C

Black with #77676C

Text Example


Text Example

White with #77676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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