Html Css Color HEX #77817E Rolling Stone

📋 copy color: '#77817E'

red 119 ◦ green 129 ◦ blue 126

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

Shades of Rolling Stone #77817E

Tints of Rolling Stone #77817E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.49%

 BLUE value IS 126 (49.61% from 255) = 33.69%

R = 31.82%
G = 34.49%
B = 33.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#77817E (or 0x77817E) is known color: Rolling Stone. HEX triplet: 77, 81 and 7E. RGB value is (119,129,126). Sum of RGB (Red+Green+Blue) = 119+129+126=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 129 - color contains mainly: green. Hex color #77817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77817E is #887E81. Grayscale: #7D7D7D. Windows color (decimal): -8945282 or 8290679. OLE color: 8290679.

HSL color Cylindrical-coordinate representation of color #77817E: hue angle of 162º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77817E is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 129 126 -
CMYK 0.08 0 0.02 0.49
HSL 162º 0.04% 0.49% -
HSV(B) 162º 0.08% 0.51% -
XYZ 19.22 21.13 22.8 -
YUV 125.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 119 129 126 0.08 0 0.02 0.49 162 0.04 0.49
Hex 77 81 7E 8 0 2 31 A2 4 31
Octal 167 201 176 10 0 2 61 242 4 61
Binary 1110111 10000001 1111110 1000 0 10 110001 10100010 100 110001

Color Harmonies of #77817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77817E

Black with #77817E

Text Example


Text Example

White with #77817E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,129,126); }

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

background-color css

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

 a { background-color: rgb(119,129,126); }

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

border-color css

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

 span { border-color: rgb(119,129,126); }

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