#735567

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

Shades of Cosmic #735567

Tints of Cosmic #735567

Color information

#735567 (or 0x735567) is unknown color: approx Cosmic. HEX triplet: 73, 55 and 67. RGB value is (115,85,103). Sum of RGB (Red+Green+Blue) = 115+85+103=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #735567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735567 is #8CAA98. Grayscale: #5F5F5F. Windows color (decimal): -9218713 or 6772083. OLE color: 6772083.

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

Color convert

RGB11585103-
CMYK00.260.100.55
HSL324º15%39.22%-
HSV(B)324º26.09%45.1%-
XYZ12.7711.1214.31-
YUV96.02131.94141.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 103 (40.62% from 255) = 33.99%
R=37.95%
G=28.05%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158510300.260.100.553241539.22
Hex73556701AA37144f27
Octal16312514703212675041747
Binary11100111010101110011101101010101101111010001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735567; }

 p { color: rgb(115,85,103); }

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

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

 a { background-color: rgb(115,85,103); }

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

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

 span { border-color: rgb(115,85,103); }

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