#734765

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

Shades of Cosmic #734765

Tints of Cosmic #734765

Color information

#734765 (or 0x734765) is unknown color: approx Cosmic. HEX triplet: 73, 47 and 65. RGB value is (115,71,101). Sum of RGB (Red+Green+Blue) = 115+71+101=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #734765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734765 is #8CB89A. Grayscale: #575757. Windows color (decimal): -9222299 or 6637427. OLE color: 6637427.

HSL color Cylindrical-coordinate representation of color #734765: hue angle of 319.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #734765 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11571101-
CMYK00.380.120.55
HSL319.09º23.66%36.47%-
HSV(B)319.09º38.26%45.1%-
XYZ11.679.0913.45-
YUV87.58135.58147.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.07%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=40.07%
G=24.74%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157110100.380.120.55319.0923.6636.47
Hex734765026C3713f1824
Octal16310714504614674773044
Binary1110011100011111001010100110110011011110011111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734765; }

 p { color: rgb(115,71,101); }

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

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

 a { background-color: rgb(115,71,101); }

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

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

 span { border-color: rgb(115,71,101); }

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