Html Css Color HEX #77626B Scorpion

📋 copy color: '#77626B'

red 119 ◦ green 98 ◦ blue 107

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

Shades of Scorpion #77626B

Tints of Scorpion #77626B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

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

R = 36.73%
G = 30.25%
B = 33.02%

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

#77626B (or 0x77626B) is known color: Scorpion. HEX triplet: 77, 62 and 6B. RGB value is (119,98,107). Sum of RGB (Red+Green+Blue) = 119+98+107=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #77626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77626B is #889D94. Grayscale: #696969. Windows color (decimal): -8953237 or 7037559. OLE color: 7037559.

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

Color convert

RGB 119 98 107 -
CMYK 0 0.18 0.10 0.53
HSL 334.29º 0.1% 0.43% -
HSV(B) 334.29º 0.18% 0.47% -
XYZ 14.63 13.72 15.79 -
YUV 105.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 119 98 107 0 0.18 0.10 0.53 334.29 0.1 0.43
Hex 77 62 6B 0 12 A 35 14E A 2B
Octal 167 142 153 0 22 12 65 516 12 53
Binary 1110111 1100010 1101011 0 10010 1010 110101 101001110 1010 101011

Color Harmonies of #77626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77626B

Black with #77626B

Text Example


Text Example

White with #77626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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