Html Css Color HEX #77666C Scorpion

📋 copy color: '#77666C'

red 119 ◦ green 102 ◦ blue 108

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

Shades of Scorpion #77666C

Tints of Scorpion #77666C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31%

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

R = 36.17%
G = 31%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77666C (or 0x77666C) is known color: Scorpion. HEX triplet: 77, 66 and 6C. RGB value is (119,102,108). Sum of RGB (Red+Green+Blue) = 119+102+108=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #77666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77666C is #889993. Grayscale: #6B6B6B. Windows color (decimal): -8952212 or 7104119. OLE color: 7104119.

HSL color Cylindrical-coordinate representation of color #77666C: hue angle of 338.82º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #77666C is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 102 108 -
CMYK 0 0.14 0.09 0.53
HSL 338.82º 0.08% 0.43% -
HSV(B) 338.82º 0.14% 0.47% -
XYZ 15.07 14.51 16.19 -
YUV 107.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 119 102 108 0 0.14 0.09 0.53 338.82 0.08 0.43
Hex 77 66 6C 0 E 9 35 153 8 2B
Octal 167 146 154 0 16 11 65 523 10 53
Binary 1110111 1100110 1101100 0 1110 1001 110101 101010011 1000 101011

Color Harmonies of #77666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77666C

Black with #77666C

Text Example


Text Example

White with #77666C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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