#734262

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

Shades of Cosmic #734262

Tints of Cosmic #734262

Color information

#734262 (or 0x734262) is unknown color: approx Cosmic. HEX triplet: 73, 42 and 62. RGB value is (115,66,98). Sum of RGB (Red+Green+Blue) = 115+66+98=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #734262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734262 is #8CBD9D. Grayscale: #545454. Windows color (decimal): -9223582 or 6439539. OLE color: 6439539.

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

Color convert

RGB1156698-
CMYK00.430.150.55
HSL320.82º27.07%35.49%-
HSV(B)320.82º42.61%45.1%-
XYZ11.228.4212.59-
YUV84.3135.73149.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=41.22%
G=23.66%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115669800.430.150.55320.8227.0735.49
Hex73426202BF371411b23
Octal16310214205317675013343
Binary1110011100001011000100101011111111011110100000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734262; }

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

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

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

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

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

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

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

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