#73807D

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

Shades of Rolling Stone #73807D

Tints of Rolling Stone #73807D

Color information

#73807D (or 0x73807D) is unknown color: approx Rolling Stone. HEX triplet: 73, 80 and 7D. RGB value is (115,128,125). Sum of RGB (Red+Green+Blue) = 115+128+125=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 128 - color contains mainly: green. Hex color #73807D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73807D is #8C7F82. Grayscale: #7B7B7B. Windows color (decimal): -9207683 or 8224883. OLE color: 8224883.

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

Color convert

RGB115128125-
CMYK0.1000.020.50
HSL166.15º5.35%47.65%-
HSV(B)166.15º10.16%50.2%-
XYZ18.4920.5622.4-
YUV123.77128.69121.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 125 (49.22% from 255) = 33.97%
R=31.25%
G=34.78%
B=33.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1151281250.1000.020.50166.155.3547.65
Hex73807DA0232a6530
Octal163200175120262246560
Binary1110011100000001111101101001011001010100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73807D; }

 p { color: rgb(115,128,125); }

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

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

 a { background-color: rgb(115,128,125); }

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

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

 span { border-color: rgb(115,128,125); }

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