Html Css Color HEX #75485E Cosmic

📋 copy color: '#75485E'

red 117 ◦ green 72 ◦ blue 94

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

Shades of Cosmic #75485E

Tints of Cosmic #75485E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 41.34%
G = 25.44%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75485E (or 0x75485E) is known color: Cosmic. HEX triplet: 75, 48 and 5E. RGB value is (117,72,94). Sum of RGB (Red+Green+Blue) = 117+72+94=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #75485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75485E is #8AB7A1. Grayscale: #575757. Windows color (decimal): -9090978 or 6178933. OLE color: 6178933.

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

Color convert

RGB 117 72 94 -
CMYK 0 0.38 0.20 0.54
HSL 330.67º 0.24% 0.37% -
HSV(B) 330.67º 0.38% 0.46% -
XYZ 11.67 9.22 11.75 -
YUV 87.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 117 72 94 0 0.38 0.20 0.54 330.67 0.24 0.37
Hex 75 48 5E 0 26 14 36 14B 18 25
Octal 165 110 136 0 46 24 66 513 30 45
Binary 1110101 1001000 1011110 0 100110 10100 110110 101001011 11000 100101

Color Harmonies of #75485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75485E

Black with #75485E

Text Example


Text Example

White with #75485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75485E; }

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

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

background-color css

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

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

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

border-color css

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

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

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