Html Css Color HEX #78827F Rolling Stone

📋 copy color: '#78827F'

red 120 ◦ green 130 ◦ blue 127

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

Shades of Rolling Stone #78827F

Tints of Rolling Stone #78827F

RGB

 RED value IS 120 (47.27% from 255) = 31.83%

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

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

R = 31.83%
G = 34.48%
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

#78827F (or 0x78827F) is known color: Rolling Stone. HEX triplet: 78, 82 and 7F. RGB value is (120,130,127). Sum of RGB (Red+Green+Blue) = 120+130+127=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 130 - color contains mainly: green. Hex color #78827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78827F is #877D80. Grayscale: #7E7E7E. Windows color (decimal): -8879489 or 8356472. OLE color: 8356472.

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

Color convert

RGB 120 130 127 -
CMYK 0.08 0 0.02 0.49
HSL 162º 0.04% 0.49% -
HSV(B) 162º 0.08% 0.51% -
XYZ 19.56 21.49 23.2 -
YUV 126.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 120 130 127 0.08 0 0.02 0.49 162 0.04 0.49
Hex 78 82 7F 8 0 2 31 A2 4 31
Octal 170 202 177 10 0 2 61 242 4 61
Binary 1111000 10000010 1111111 1000 0 10 110001 10100010 100 110001

Color Harmonies of #78827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78827F

Black with #78827F

Text Example


Text Example

White with #78827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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