#74817F

Color #74817F Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #74817F

Tints of Rolling Stone #74817F

Color information

#74817F (or 0x74817F) is unknown color: approx Rolling Stone. HEX triplet: 74, 81 and 7F. RGB value is (116,129,127). Sum of RGB (Red+Green+Blue) = 116+129+127=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 129 - color contains mainly: green. Hex color #74817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74817F is #8B7E80. Grayscale: #7C7C7C. Windows color (decimal): -9141889 or 8356212. OLE color: 8356212.

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

Color convert

RGB116129127-
CMYK0.1000.020.49
HSL170.77º5.31%48.04%-
HSV(B)170.77º10.08%50.59%-
XYZ18.8820.9523.13-
YUV124.88129.19121.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 129 (50.78% from 255) = 34.68%
BLUE value IS 127 (50% from 255) = 34.14%
R=31.18%
G=34.68%
B=34.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161291270.1000.020.49170.775.3148.04
Hex74817FA0231ab530
Octal164201177120261253560
Binary1110100100000011111111101001011000110101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,129,127); }

 H1.HeaderClassName
 {
   color: #74817F;
 }
 .AnyTagClassName
 {
   color: #74817F;
 }
</style>
background-color css

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

 a { background-color: rgb(116,129,127); }

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

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

 span { border-color: rgb(116,129,127); }

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