Html Css Color HEX #77606A Scorpion

📋 copy color: '#77606A'

red 119 ◦ green 96 ◦ blue 106

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

Shades of Scorpion #77606A

Tints of Scorpion #77606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 37.07%
G = 29.91%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77606A (or 0x77606A) is known color: Scorpion. HEX triplet: 77, 60 and 6A. RGB value is (119,96,106). Sum of RGB (Red+Green+Blue) = 119+96+106=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #77606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77606A is #889F95. Grayscale: #686868. Windows color (decimal): -8953750 or 6971511. OLE color: 6971511.

HSL color Cylindrical-coordinate representation of color #77606A: hue angle of 333.91º 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 #77606A is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 106 -
CMYK 0 0.19 0.11 0.53
HSL 333.91º 0.11% 0.42% -
HSV(B) 333.91º 0.19% 0.47% -
XYZ 14.39 13.33 15.45 -
YUV 104.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 119 96 106 0 0.19 0.11 0.53 333.91 0.11 0.42
Hex 77 60 6A 0 13 B 35 14E B 2A
Octal 167 140 152 0 23 13 65 516 13 52
Binary 1110111 1100000 1101010 0 10011 1011 110101 101001110 1011 101010

Color Harmonies of #77606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77606A

Black with #77606A

Text Example


Text Example

White with #77606A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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