Html Css Color HEX #71817B Rolling Stone

📋 copy color: '#71817B'

red 113 ◦ green 129 ◦ blue 123

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

Shades of Rolling Stone #71817B

Tints of Rolling Stone #71817B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.34%

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 30.96%
G = 35.34%
B = 33.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#71817B (or 0x71817B) is known color: Rolling Stone. HEX triplet: 71, 81 and 7B. RGB value is (113,129,123). Sum of RGB (Red+Green+Blue) = 113+129+123=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 129 - color contains mainly: green. Hex color #71817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71817B is #8E7E84. Grayscale: #7B7B7B. Windows color (decimal): -9338501 or 8094065. OLE color: 8094065.

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

Color convert

RGB 113 129 123 -
CMYK 0.12 0 0.05 0.49
HSL 157.5º 0.07% 0.47% -
HSV(B) 157.5º 0.12% 0.51% -
XYZ 18.24 20.64 21.76 -
YUV 123.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 113 129 123 0.12 0 0.05 0.49 157.5 0.07 0.47
Hex 71 81 7B C 0 5 31 9E 7 2F
Octal 161 201 173 14 0 5 61 236 7 57
Binary 1110001 10000001 1111011 1100 0 101 110001 10011110 111 101111

Color Harmonies of #71817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71817B

Black with #71817B

Text Example


Text Example

White with #71817B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71817B; }

 p { color: rgb(113,129,123); }

 H1.HeaderClassName
 {
   color: #71817B;
 }
 .AnyTagClassName
 {
   color: #71817B;
 }
</style>

background-color css

<style>
 a { background-color: #71817B; }

 a { background-color: rgb(113,129,123); }

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

border-color css

<style>
 span { border-color: #71817B; }

 span { border-color: rgb(113,129,123); }

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