Html Css Color HEX #77817D Rolling Stone

📋 copy color: '#77817D'

red 119 ◦ green 129 ◦ blue 125

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

Shades of Rolling Stone #77817D

Tints of Rolling Stone #77817D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 31.9%
G = 34.58%
B = 33.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#77817D (or 0x77817D) is known color: Rolling Stone. HEX triplet: 77, 81 and 7D. RGB value is (119,129,125). Sum of RGB (Red+Green+Blue) = 119+129+125=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 129 - color contains mainly: green. Hex color #77817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77817D is #887E82. Grayscale: #7D7D7D. Windows color (decimal): -8945283 or 8225143. OLE color: 8225143.

HSL color Cylindrical-coordinate representation of color #77817D: hue angle of 156º 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 #77817D is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 129 125 -
CMYK 0.08 0 0.03 0.49
HSL 156º 0.04% 0.49% -
HSV(B) 156º 0.08% 0.51% -
XYZ 19.16 21.1 22.47 -
YUV 125.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 119 129 125 0.08 0 0.03 0.49 156 0.04 0.49
Hex 77 81 7D 8 0 3 31 9C 4 31
Octal 167 201 175 10 0 3 61 234 4 61
Binary 1110111 10000001 1111101 1000 0 11 110001 10011100 100 110001

Color Harmonies of #77817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77817D

Black with #77817D

Text Example


Text Example

White with #77817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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