Html Css Color HEX #75485B Cosmic

📋 copy color: '#75485B'

red 117 ◦ green 72 ◦ blue 91

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

Shades of Cosmic #75485B

Tints of Cosmic #75485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 41.79%
G = 25.71%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75485B (or 0x75485B) is known color: Cosmic. HEX triplet: 75, 48 and 5B. RGB value is (117,72,91). Sum of RGB (Red+Green+Blue) = 117+72+91=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75485B is #8AB7A4. Grayscale: #575757. Windows color (decimal): -9090981 or 5982325. OLE color: 5982325.

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

Color convert

RGB 117 72 91 -
CMYK 0 0.38 0.22 0.54
HSL 334.67º 0.24% 0.37% -
HSV(B) 334.67º 0.38% 0.46% -
XYZ 11.54 9.17 11.06 -
YUV 87.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 117 72 91 0 0.38 0.22 0.54 334.67 0.24 0.37
Hex 75 48 5B 0 26 16 36 14F 18 25
Octal 165 110 133 0 46 26 66 517 30 45
Binary 1110101 1001000 1011011 0 100110 10110 110110 101001111 11000 100101

Color Harmonies of #75485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75485B

Black with #75485B

Text Example


Text Example

White with #75485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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