#734F5C

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

Shades of Cosmic #734F5C

Tints of Cosmic #734F5C

Color information

#734F5C (or 0x734F5C) is unknown color: approx Cosmic. HEX triplet: 73, 4F and 5C. RGB value is (115,79,92). Sum of RGB (Red+Green+Blue) = 115+79+92=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #734F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F5C is #8CB0A3. Grayscale: #5B5B5B. Windows color (decimal): -9220260 or 6049651. OLE color: 6049651.

HSL color Cylindrical-coordinate representation of color #734F5C: hue angle of 338.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #734F5C is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1157992-
CMYK00.310.200.55
HSL338.33º18.56%38.04%-
HSV(B)338.33º31.3%45.1%-
XYZ11.810.0111.44-
YUV91.25128.43144.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=40.21%
G=27.62%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115799200.310.200.55338.3318.5638.04
Hex734F5C01F14371521326
Octal16311713403724675222346
Binary1110011100111110111000111111010011011110101001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,79,92); }

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

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

 a { background-color: rgb(115,79,92); }

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

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

 span { border-color: rgb(115,79,92); }

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