Html Css Color HEX #77827F Rolling Stone

📋 copy color: '#77827F'

red 119 ◦ green 130 ◦ blue 127

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

Shades of Rolling Stone #77827F

Tints of Rolling Stone #77827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.57%

 BLUE value IS 127 (50% from 255) = 33.78%

R = 31.65%
G = 34.57%
B = 33.78%

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

#77827F (or 0x77827F) is known color: Rolling Stone. HEX triplet: 77, 82 and 7F. RGB value is (119,130,127). Sum of RGB (Red+Green+Blue) = 119+130+127=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 130 - color contains mainly: green. Hex color #77827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77827F is #887D80. Grayscale: #7E7E7E. Windows color (decimal): -8945025 or 8356471. OLE color: 8356471.

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

Color convert

RGB 119 130 127 -
CMYK 0.08 0 0.02 0.49
HSL 163.64º 0.04% 0.49% -
HSV(B) 163.64º 0.08% 0.51% -
XYZ 19.42 21.42 23.19 -
YUV 126.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 119 130 127 0.08 0 0.02 0.49 163.64 0.04 0.49
Hex 77 82 7F 8 0 2 31 A4 4 31
Octal 167 202 177 10 0 2 61 244 4 61
Binary 1110111 10000010 1111111 1000 0 10 110001 10100100 100 110001

Color Harmonies of #77827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77827F

Black with #77827F

Text Example


Text Example

White with #77827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77827F; }

 p { color: rgb(119,130,127); }

 H1.HeaderClassName
 {
   color: #77827F;
 }
 .AnyTagClassName
 {
   color: #77827F;
 }
</style>

background-color css

<style>
 a { background-color: #77827F; }

 a { background-color: rgb(119,130,127); }

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

border-color css

<style>
 span { border-color: #77827F; }

 span { border-color: rgb(119,130,127); }

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