#754A67

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

Shades of Cosmic #754A67

Tints of Cosmic #754A67

Color information

#754A67 (or 0x754A67) is unknown color: approx Cosmic. HEX triplet: 75, 4A and 67. RGB value is (117,74,103). Sum of RGB (Red+Green+Blue) = 117+74+103=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #754A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754A67 is #8AB598. Grayscale: #5A5A5A. Windows color (decimal): -9090457 or 6769269. OLE color: 6769269.

HSL color Cylindrical-coordinate representation of color #754A67: hue angle of 319.53º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #754A67 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB11774103-
CMYK00.370.120.54
HSL319.53º22.51%37.45%-
HSV(B)319.53º36.75%45.88%-
XYZ12.239.6614.05-
YUV90.16135.25147.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 74 (29.30% from 255) = 25.17%
BLUE value IS 103 (40.62% from 255) = 35.03%
R=39.80%
G=25.17%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177410300.370.120.54319.5322.5137.45
Hex754A67025C361401725
Octal16511214704514665002745
Binary1110101100101011001110100101110011011010100000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754A67; }

 p { color: rgb(117,74,103); }

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

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

 a { background-color: rgb(117,74,103); }

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

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

 span { border-color: rgb(117,74,103); }

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