Html Css Color HEX #77807D Rolling Stone

📋 copy color: '#77807D'

red 119 ◦ green 128 ◦ blue 125

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

Shades of Rolling Stone #77807D

Tints of Rolling Stone #77807D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.41%

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

R = 31.99%
G = 34.41%
B = 33.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#77807D (or 0x77807D) is known color: Rolling Stone. HEX triplet: 77, 80 and 7D. RGB value is (119,128,125). Sum of RGB (Red+Green+Blue) = 119+128+125=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 128 - color contains mainly: green. Hex color #77807D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77807D is #887F82. Grayscale: #7C7C7C. Windows color (decimal): -8945539 or 8224887. OLE color: 8224887.

HSL color Cylindrical-coordinate representation of color #77807D: hue angle of 160º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #77807D is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 128 125 -
CMYK 0.07 0 0.02 0.50
HSL 160º 0.04% 0.48% -
HSV(B) 160º 0.07% 0.5% -
XYZ 19.03 20.84 22.42 -
YUV 124.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 119 128 125 0.07 0 0.02 0.50 160 0.04 0.48
Hex 77 80 7D 7 0 2 32 A0 4 30
Octal 167 200 175 7 0 2 62 240 4 60
Binary 1110111 10000000 1111101 111 0 10 110010 10100000 100 110000

Color Harmonies of #77807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77807D

Black with #77807D

Text Example


Text Example

White with #77807D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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