Html Css Color HEX #77837F Rolling Stone

📋 copy color: '#77837F'

red 119 ◦ green 131 ◦ blue 127

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

Shades of Rolling Stone #77837F

Tints of Rolling Stone #77837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

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

R = 31.56%
G = 34.75%
B = 33.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#77837F (or 0x77837F) is known color: Rolling Stone. HEX triplet: 77, 83 and 7F. RGB value is (119,131,127). Sum of RGB (Red+Green+Blue) = 119+131+127=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 131 - color contains mainly: green. Hex color #77837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77837F is #887C80. Grayscale: #7E7E7E. Windows color (decimal): -8944769 or 8356727. OLE color: 8356727.

HSL color Cylindrical-coordinate representation of color #77837F: hue angle of 160º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #77837F is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 131 127 -
CMYK 0.09 0 0.03 0.49
HSL 160º 0.05% 0.49% -
HSV(B) 160º 0.09% 0.51% -
XYZ 19.55 21.69 23.23 -
YUV 126.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 119 131 127 0.09 0 0.03 0.49 160 0.05 0.49
Hex 77 83 7F 9 0 3 31 A0 5 31
Octal 167 203 177 11 0 3 61 240 5 61
Binary 1110111 10000011 1111111 1001 0 11 110001 10100000 101 110001

Color Harmonies of #77837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77837F

Black with #77837F

Text Example


Text Example

White with #77837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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