Html Css Color HEX #754858 Cosmic

📋 copy color: '#754858'

red 117 ◦ green 72 ◦ blue 88

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

Shades of Cosmic #754858

Tints of Cosmic #754858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.77%

R = 42.24%
G = 25.99%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#754858 (or 0x754858) is known color: Cosmic. HEX triplet: 75, 48 and 58. RGB value is (117,72,88). Sum of RGB (Red+Green+Blue) = 117+72+88=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #754858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754858 is #8AB7A7. Grayscale: #575757. Windows color (decimal): -9090984 or 5785717. OLE color: 5785717.

HSL color Cylindrical-coordinate representation of color #754858: hue angle of 338.67º 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 #754858 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 72 88 -
CMYK 0 0.38 0.25 0.54
HSL 338.67º 0.24% 0.37% -
HSV(B) 338.67º 0.38% 0.46% -
XYZ 11.41 9.12 10.39 -
YUV 87.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 117 72 88 0 0.38 0.25 0.54 338.67 0.24 0.37
Hex 75 48 58 0 26 19 36 153 18 25
Octal 165 110 130 0 46 31 66 523 30 45
Binary 1110101 1001000 1011000 0 100110 11001 110110 101010011 11000 100101

Color Harmonies of #754858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754858

Black with #754858

Text Example


Text Example

White with #754858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754858; }

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

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

background-color css

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

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

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

border-color css

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

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

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