Html Css Color HEX #77606D Scorpion

📋 copy color: '#77606D'

red 119 ◦ green 96 ◦ blue 109

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

Shades of Scorpion #77606D

Tints of Scorpion #77606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.63%

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

R = 36.73%
G = 29.63%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77606D (or 0x77606D) is known color: Scorpion. HEX triplet: 77, 60 and 6D. RGB value is (119,96,109). Sum of RGB (Red+Green+Blue) = 119+96+109=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #77606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77606D is #889F92. Grayscale: #686868. Windows color (decimal): -8953747 or 7168119. OLE color: 7168119.

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

Color convert

RGB 119 96 109 -
CMYK 0 0.19 0.08 0.53
HSL 326.09º 0.11% 0.42% -
HSV(B) 326.09º 0.19% 0.47% -
XYZ 14.55 13.39 16.29 -
YUV 104.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 119 96 109 0 0.19 0.08 0.53 326.09 0.11 0.42
Hex 77 60 6D 0 13 8 35 146 B 2A
Octal 167 140 155 0 23 10 65 506 13 52
Binary 1110111 1100000 1101101 0 10011 1000 110101 101000110 1011 101010

Color Harmonies of #77606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77606D

Black with #77606D

Text Example


Text Example

White with #77606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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