Html Css Color HEX #77666F Scorpion

📋 copy color: '#77666F'

red 119 ◦ green 102 ◦ blue 111

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

Shades of Scorpion #77666F

Tints of Scorpion #77666F

RGB

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

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

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

R = 35.84%
G = 30.72%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77666F (or 0x77666F) is known color: Scorpion. HEX triplet: 77, 66 and 6F. RGB value is (119,102,111). Sum of RGB (Red+Green+Blue) = 119+102+111=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #77666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77666F is #889990. Grayscale: #6C6C6C. Windows color (decimal): -8952209 or 7300727. OLE color: 7300727.

HSL color Cylindrical-coordinate representation of color #77666F: hue angle of 328.24º 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 #77666F is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 102 111 -
CMYK 0 0.14 0.07 0.53
HSL 328.24º 0.08% 0.43% -
HSV(B) 328.24º 0.14% 0.47% -
XYZ 15.23 14.57 17.05 -
YUV 108.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 119 102 111 0 0.14 0.07 0.53 328.24 0.08 0.43
Hex 77 66 6F 0 E 7 35 148 8 2B
Octal 167 146 157 0 16 7 65 510 10 53
Binary 1110111 1100110 1101111 0 1110 111 110101 101001000 1000 101011

Color Harmonies of #77666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77666F

Black with #77666F

Text Example


Text Example

White with #77666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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