Html Css Color HEX #754559 Cosmic

📋 copy color: '#754559'

red 117 ◦ green 69 ◦ blue 89

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

Shades of Cosmic #754559

Tints of Cosmic #754559

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

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

R = 42.55%
G = 25.09%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#754559 (or 0x754559) is known color: Cosmic. HEX triplet: 75, 45 and 59. RGB value is (117,69,89). Sum of RGB (Red+Green+Blue) = 117+69+89=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #754559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754559 is #8ABAA6. Grayscale: #555555. Windows color (decimal): -9091751 or 5850485. OLE color: 5850485.

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

Color convert

RGB 117 69 89 -
CMYK 0 0.41 0.24 0.54
HSL 335º 0.26% 0.36% -
HSV(B) 335º 0.41% 0.46% -
XYZ 11.27 8.76 10.55 -
YUV 85.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 117 69 89 0 0.41 0.24 0.54 335 0.26 0.36
Hex 75 45 59 0 29 18 36 14F 1A 24
Octal 165 105 131 0 51 30 66 517 32 44
Binary 1110101 1000101 1011001 0 101001 11000 110110 101001111 11010 100100

Color Harmonies of #754559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754559

Black with #754559

Text Example


Text Example

White with #754559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754559; }

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

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

background-color css

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

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

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

border-color css

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

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

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