Html Css Color HEX #77656B Scorpion

📋 copy color: '#77656B'

red 119 ◦ green 101 ◦ blue 107

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

Shades of Scorpion #77656B

Tints of Scorpion #77656B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 36.39%
G = 30.89%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77656B (or 0x77656B) is known color: Scorpion. HEX triplet: 77, 65 and 6B. RGB value is (119,101,107). Sum of RGB (Red+Green+Blue) = 119+101+107=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #77656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77656B is #889A94. Grayscale: #6B6B6B. Windows color (decimal): -8952469 or 7038327. OLE color: 7038327.

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

Color convert

RGB 119 101 107 -
CMYK 0 0.15 0.10 0.53
HSL 340º 0.08% 0.43% -
HSV(B) 340º 0.15% 0.47% -
XYZ 14.92 14.29 15.88 -
YUV 107.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 119 101 107 0 0.15 0.10 0.53 340 0.08 0.43
Hex 77 65 6B 0 F A 35 154 8 2B
Octal 167 145 153 0 17 12 65 524 10 53
Binary 1110111 1100101 1101011 0 1111 1010 110101 101010100 1000 101011

Color Harmonies of #77656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77656B

Black with #77656B

Text Example


Text Example

White with #77656B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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