Html Css Color HEX #77656E Scorpion

📋 copy color: '#77656E'

red 119 ◦ green 101 ◦ blue 110

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

Shades of Scorpion #77656E

Tints of Scorpion #77656E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 36.06%
G = 30.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77656E (or 0x77656E) is known color: Scorpion. HEX triplet: 77, 65 and 6E. RGB value is (119,101,110). Sum of RGB (Red+Green+Blue) = 119+101+110=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #77656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77656E is #889A91. Grayscale: #6B6B6B. Windows color (decimal): -8952466 or 7234935. OLE color: 7234935.

HSL color Cylindrical-coordinate representation of color #77656E: hue angle of 330º 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 #77656E is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 101 110 -
CMYK 0 0.15 0.08 0.53
HSL 330º 0.08% 0.43% -
HSV(B) 330º 0.15% 0.47% -
XYZ 15.08 14.36 16.73 -
YUV 107.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 119 101 110 0 0.15 0.08 0.53 330 0.08 0.43
Hex 77 65 6E 0 F 8 35 14A 8 2B
Octal 167 145 156 0 17 10 65 512 10 53
Binary 1110111 1100101 1101110 0 1111 1000 110101 101001010 1000 101011

Color Harmonies of #77656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77656E

Black with #77656E

Text Example


Text Example

White with #77656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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