#734862

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

Shades of Cosmic #734862

Tints of Cosmic #734862

Color information

#734862 (or 0x734862) is unknown color: approx Cosmic. HEX triplet: 73, 48 and 62. RGB value is (115,72,98). Sum of RGB (Red+Green+Blue) = 115+72+98=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #734862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734862 is #8CB79D. Grayscale: #575757. Windows color (decimal): -9222046 or 6441075. OLE color: 6441075.

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

Color convert

RGB1157298-
CMYK00.370.150.55
HSL323.72º22.99%36.67%-
HSV(B)323.72º37.39%45.1%-
XYZ11.599.1612.71-
YUV87.82133.75147.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.35%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=40.35%
G=25.26%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115729800.370.150.55323.7222.9936.67
Hex734862025F371441725
Octal16311014204517675042745
Binary1110011100100011000100100101111111011110100010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734862; }

 p { color: rgb(115,72,98); }

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

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

 a { background-color: rgb(115,72,98); }

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

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

 span { border-color: rgb(115,72,98); }

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