Html Css Color HEX #754859 Cosmic

📋 copy color: '#754859'

red 117 ◦ green 72 ◦ blue 89

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

Shades of Cosmic #754859

Tints of Cosmic #754859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.9%

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

R = 42.09%
G = 25.9%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#754859 (or 0x754859) is known color: Cosmic. HEX triplet: 75, 48 and 59. RGB value is (117,72,89). Sum of RGB (Red+Green+Blue) = 117+72+89=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #754859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754859 is #8AB7A6. Grayscale: #575757. Windows color (decimal): -9090983 or 5851253. OLE color: 5851253.

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

Color convert

RGB 117 72 89 -
CMYK 0 0.38 0.24 0.54
HSL 337.33º 0.24% 0.37% -
HSV(B) 337.33º 0.38% 0.46% -
XYZ 11.46 9.14 10.61 -
YUV 87.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 117 72 89 0 0.38 0.24 0.54 337.33 0.24 0.37
Hex 75 48 59 0 26 18 36 151 18 25
Octal 165 110 131 0 46 30 66 521 30 45
Binary 1110101 1001000 1011001 0 100110 11000 110110 101010001 11000 100101

Color Harmonies of #754859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754859

Black with #754859

Text Example


Text Example

White with #754859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754859; }

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

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

background-color css

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

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

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

border-color css

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

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

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