#734F65

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

Shades of Cosmic #734F65

Tints of Cosmic #734F65

Color information

#734F65 (or 0x734F65) is unknown color: approx Cosmic. HEX triplet: 73, 4F and 65. RGB value is (115,79,101). Sum of RGB (Red+Green+Blue) = 115+79+101=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #734F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F65 is #8CB09A. Grayscale: #5C5C5C. Windows color (decimal): -9220251 or 6639475. OLE color: 6639475.

HSL color Cylindrical-coordinate representation of color #734F65: hue angle of 323.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 #734F65 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11579101-
CMYK00.310.120.55
HSL323.33º18.56%38.04%-
HSV(B)323.33º31.3%45.1%-
XYZ12.2210.1813.63-
YUV92.27132.93144.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 101 (39.84% from 255) = 34.24%
R=38.98%
G=26.78%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157910100.310.120.55323.3318.5638.04
Hex734F6501FC371431326
Octal16311714503714675032346
Binary111001110011111100101011111110011011110100001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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