#73837F

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

Shades of Rolling Stone #73837F

Tints of Rolling Stone #73837F

Color information

#73837F (or 0x73837F) is unknown color: approx Rolling Stone. HEX triplet: 73, 83 and 7F. RGB value is (115,131,127). Sum of RGB (Red+Green+Blue) = 115+131+127=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 131 - color contains mainly: green. Hex color #73837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73837F is #8C7C80. Grayscale: #7D7D7D. Windows color (decimal): -9206913 or 8356723. OLE color: 8356723.

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

Color convert

RGB115131127-
CMYK0.1200.030.49
HSL165º6.5%48.24%-
HSV(B)165º12.21%51.37%-
XYZ19.0221.4123.21-
YUV125.76128.7120.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.83%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 127 (50% from 255) = 34.05%
R=30.83%
G=35.12%
B=34.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151311270.1200.030.491656.548.24
Hex73837FC0331a5730
Octal163203177140361245760
Binary1110011100000111111111110001111000110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,131,127); }

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

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

 a { background-color: rgb(115,131,127); }

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

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

 span { border-color: rgb(115,131,127); }

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