#748180

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

Shades of Rolling Stone #748180

Tints of Rolling Stone #748180

Color information

#748180 (or 0x748180) is unknown color: approx Rolling Stone. HEX triplet: 74, 81 and 80. RGB value is (116,129,128). Sum of RGB (Red+Green+Blue) = 116+129+128=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 129 - color contains mainly: green. Hex color #748180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748180 is #8B7E7F. Grayscale: #7C7C7C. Windows color (decimal): -9141888 or 8421748. OLE color: 8421748.

HSL color Cylindrical-coordinate representation of color #748180: hue angle of 175.38º 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 #748180 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB116129128-
CMYK0.1000.010.49
HSL175.38º5.31%48.04%-
HSV(B)175.38º10.08%50.59%-
XYZ18.9520.9723.47-
YUV125129.69121.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 129 (50.78% from 255) = 34.58%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=31.10%
G=34.58%
B=34.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161291280.1000.010.49175.385.3148.04
Hex748180A0131af530
Octal164201200120161257560
Binary1110100100000011000000010100111000110101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748180; }

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

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

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

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

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

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

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

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