#734C5B

Color #734C5B Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #734C5B

Tints of Cosmic #734C5B

Color information

#734C5B (or 0x734C5B) is unknown color: approx Cosmic. HEX triplet: 73, 4C and 5B. RGB value is (115,76,91). Sum of RGB (Red+Green+Blue) = 115+76+91=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #734C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734C5B is #8CB3A4. Grayscale: #595959. Windows color (decimal): -9221029 or 5983347. OLE color: 5983347.

HSL color Cylindrical-coordinate representation of color #734C5B: hue angle of 336.92º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #734C5B is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1157691-
CMYK00.340.210.55
HSL336.92º20.42%37.45%-
HSV(B)336.92º33.91%45.1%-
XYZ11.549.5711.14-
YUV89.37128.92146.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.78%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=40.78%
G=26.95%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115769100.340.210.55336.9220.4237.45
Hex734C5B02215371511425
Octal16311413304225675212445
Binary11100111001100101101101000101010111011110101000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734C5B; }

 p { color: rgb(115,76,91); }

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

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

 a { background-color: rgb(115,76,91); }

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

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

 span { border-color: rgb(115,76,91); }

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