Html Css Color HEX #77656A Scorpion

📋 copy color: '#77656A'

red 119 ◦ green 101 ◦ blue 106

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

Shades of Scorpion #77656A

Tints of Scorpion #77656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 36.5%
G = 30.98%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77656A (or 0x77656A) is known color: Scorpion. HEX triplet: 77, 65 and 6A. RGB value is (119,101,106). Sum of RGB (Red+Green+Blue) = 119+101+106=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #77656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77656A is #889A95. Grayscale: #6A6A6A. Windows color (decimal): -8952470 or 6972791. OLE color: 6972791.

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

Color convert

RGB 119 101 106 -
CMYK 0 0.15 0.11 0.53
HSL 343.33º 0.08% 0.43% -
HSV(B) 343.33º 0.15% 0.47% -
XYZ 14.86 14.27 15.61 -
YUV 106.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 119 101 106 0 0.15 0.11 0.53 343.33 0.08 0.43
Hex 77 65 6A 0 F B 35 157 8 2B
Octal 167 145 152 0 17 13 65 527 10 53
Binary 1110111 1100101 1101010 0 1111 1011 110101 101010111 1000 101011

Color Harmonies of #77656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77656A

Black with #77656A

Text Example


Text Example

White with #77656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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