Html Css Color HEX #75485A Cosmic

📋 copy color: '#75485A'

red 117 ◦ green 72 ◦ blue 90

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

Shades of Cosmic #75485A

Tints of Cosmic #75485A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 41.94%
G = 25.81%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75485A (or 0x75485A) is known color: Cosmic. HEX triplet: 75, 48 and 5A. RGB value is (117,72,90). Sum of RGB (Red+Green+Blue) = 117+72+90=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75485A is #8AB7A5. Grayscale: #575757. Windows color (decimal): -9090982 or 5916789. OLE color: 5916789.

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

Color convert

RGB 117 72 90 -
CMYK 0 0.38 0.23 0.54
HSL 336º 0.24% 0.37% -
HSV(B) 336º 0.38% 0.46% -
XYZ 11.5 9.15 10.83 -
YUV 87.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 117 72 90 0 0.38 0.23 0.54 336 0.24 0.37
Hex 75 48 5A 0 26 17 36 150 18 25
Octal 165 110 132 0 46 27 66 520 30 45
Binary 1110101 1001000 1011010 0 100110 10111 110110 101010000 11000 100101

Color Harmonies of #75485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75485A

Black with #75485A

Text Example


Text Example

White with #75485A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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