Html Css Color HEX #754359 Cosmic

📋 copy color: '#754359'

red 117 ◦ green 67 ◦ blue 89

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

Shades of Cosmic #754359

Tints of Cosmic #754359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

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

R = 42.86%
G = 24.54%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#754359 (or 0x754359) is known color: Cosmic. HEX triplet: 75, 43 and 59. RGB value is (117,67,89). Sum of RGB (Red+Green+Blue) = 117+67+89=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #754359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754359 is #8ABCA6. Grayscale: #545454. Windows color (decimal): -9092263 or 5849973. OLE color: 5849973.

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

Color convert

RGB 117 67 89 -
CMYK 0 0.43 0.24 0.54
HSL 333.6º 0.27% 0.36% -
HSV(B) 333.6º 0.43% 0.46% -
XYZ 11.15 8.52 10.51 -
YUV 84.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 117 67 89 0 0.43 0.24 0.54 333.6 0.27 0.36
Hex 75 43 59 0 2B 18 36 14E 1B 24
Octal 165 103 131 0 53 30 66 516 33 44
Binary 1110101 1000011 1011001 0 101011 11000 110110 101001110 11011 100100

Color Harmonies of #754359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754359

Black with #754359

Text Example


Text Example

White with #754359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754359; }

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

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

background-color css

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

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

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

border-color css

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

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

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