Html Css Color HEX #754459 Cosmic

📋 copy color: '#754459'

red 117 ◦ green 68 ◦ blue 89

#754459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #754459

Tints of Cosmic #754459

RGB

 RED value IS 117 (46.09% from 255) = 42.7%

 GREEN value IS 68 (26.95% from 255) = 24.82%

 BLUE value IS 89 (35.16% from 255) = 32.48%

R = 42.7%
G = 24.82%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#754459 (or 0x754459) is known color: Cosmic. HEX triplet: 75, 44 and 59. RGB value is (117,68,89). Sum of RGB (Red+Green+Blue) = 117+68+89=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #754459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754459 is #8ABBA6. Grayscale: #555555. Windows color (decimal): -9092007 or 5850229. OLE color: 5850229.

HSL color Cylindrical-coordinate representation of color #754459: hue angle of 334.29º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #754459 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 89 -
CMYK 0 0.42 0.24 0.54
HSL 334.29º 0.26% 0.36% -
HSV(B) 334.29º 0.42% 0.46% -
XYZ 11.21 8.64 10.53 -
YUV 85.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 117 68 89 0 0.42 0.24 0.54 334.29 0.26 0.36
Hex 75 44 59 0 2A 18 36 14E 1A 24
Octal 165 104 131 0 52 30 66 516 32 44
Binary 1110101 1000100 1011001 0 101010 11000 110110 101001110 11010 100100

Color Harmonies of #754459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754459

Black with #754459

Text Example


Text Example

White with #754459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754459; }

 p { color: rgb(117,68,89); }

 H1.HeaderClassName
 {
   color: #754459;
 }
 .AnyTagClassName
 {
   color: #754459;
 }
</style>

background-color css

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

 a { background-color: rgb(117,68,89); }

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

border-color css

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

 span { border-color: rgb(117,68,89); }

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