Html Css Color HEX #71837C Rolling Stone

📋 copy color: '#71837C'

red 113 ◦ green 131 ◦ blue 124

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

Shades of Rolling Stone #71837C

Tints of Rolling Stone #71837C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.7%

R = 30.71%
G = 35.6%
B = 33.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#71837C (or 0x71837C) is known color: Rolling Stone. HEX triplet: 71, 83 and 7C. RGB value is (113,131,124). Sum of RGB (Red+Green+Blue) = 113+131+124=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 131 - color contains mainly: green. Hex color #71837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71837C is #8E7C83. Grayscale: #7C7C7C. Windows color (decimal): -9337988 or 8160113. OLE color: 8160113.

HSL color Cylindrical-coordinate representation of color #71837C: hue angle of 156.67º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #71837C is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 124 -
CMYK 0.14 0 0.05 0.49
HSL 156.67º 0.07% 0.48% -
HSV(B) 156.67º 0.14% 0.51% -
XYZ 18.56 21.2 22.18 -
YUV 124.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 113 131 124 0.14 0 0.05 0.49 156.67 0.07 0.48
Hex 71 83 7C E 0 5 31 9D 7 30
Octal 161 203 174 16 0 5 61 235 7 60
Binary 1110001 10000011 1111100 1110 0 101 110001 10011101 111 110000

Color Harmonies of #71837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71837C

Black with #71837C

Text Example


Text Example

White with #71837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71837C; }

 p { color: rgb(113,131,124); }

 H1.HeaderClassName
 {
   color: #71837C;
 }
 .AnyTagClassName
 {
   color: #71837C;
 }
</style>

background-color css

<style>
 a { background-color: #71837C; }

 a { background-color: rgb(113,131,124); }

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

border-color css

<style>
 span { border-color: #71837C; }

 span { border-color: rgb(113,131,124); }

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