Html Css Color HEX #77616B Scorpion

📋 copy color: '#77616B'

red 119 ◦ green 97 ◦ blue 107

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

Shades of Scorpion #77616B

Tints of Scorpion #77616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.03%

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

R = 36.84%
G = 30.03%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77616B (or 0x77616B) is known color: Scorpion. HEX triplet: 77, 61 and 6B. RGB value is (119,97,107). Sum of RGB (Red+Green+Blue) = 119+97+107=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #77616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77616B is #889E94. Grayscale: #686868. Windows color (decimal): -8953493 or 7037303. OLE color: 7037303.

HSL color Cylindrical-coordinate representation of color #77616B: hue angle of 332.73º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77616B is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 97 107 -
CMYK 0 0.18 0.10 0.53
HSL 332.73º 0.1% 0.42% -
HSV(B) 332.73º 0.18% 0.47% -
XYZ 14.54 13.53 15.76 -
YUV 104.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 119 97 107 0 0.18 0.10 0.53 332.73 0.1 0.42
Hex 77 61 6B 0 12 A 35 14D A 2A
Octal 167 141 153 0 22 12 65 515 12 52
Binary 1110111 1100001 1101011 0 10010 1010 110101 101001101 1010 101010

Color Harmonies of #77616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77616B

Black with #77616B

Text Example


Text Example

White with #77616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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