Html Css Color HEX #71807F Rolling Stone

📋 copy color: '#71807F'

red 113 ◦ green 128 ◦ blue 127

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

Shades of Rolling Stone #71807F

Tints of Rolling Stone #71807F

RGB

 RED value IS 113 (44.53% from 255) = 30.71%

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

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

R = 30.71%
G = 34.78%
B = 34.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#71807F (or 0x71807F) is known color: Rolling Stone. HEX triplet: 71, 80 and 7F. RGB value is (113,128,127). Sum of RGB (Red+Green+Blue) = 113+128+127=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 128 - color contains mainly: green. Hex color #71807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71807F is #8E7F80. Grayscale: #7B7B7B. Windows color (decimal): -9338753 or 8355953. OLE color: 8355953.

HSL color Cylindrical-coordinate representation of color #71807F: hue angle of 176º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #71807F is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 127 -
CMYK 0.12 0 0.01 0.50
HSL 176º 0.06% 0.47% -
HSV(B) 176º 0.12% 0.5% -
XYZ 18.36 20.48 23.06 -
YUV 123.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 113 128 127 0.12 0 0.01 0.50 176 0.06 0.47
Hex 71 80 7F C 0 1 32 B0 6 2F
Octal 161 200 177 14 0 1 62 260 6 57
Binary 1110001 10000000 1111111 1100 0 1 110010 10110000 110 101111

Color Harmonies of #71807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71807F

Black with #71807F

Text Example


Text Example

White with #71807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,128,127); }

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

background-color css

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

 a { background-color: rgb(113,128,127); }

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

border-color css

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

 span { border-color: rgb(113,128,127); }

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