Html Css Color HEX #75495D Cosmic

📋 copy color: '#75495D'

red 117 ◦ green 73 ◦ blue 93

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

Shades of Cosmic #75495D

Tints of Cosmic #75495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.8%

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 41.34%
G = 25.8%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75495D (or 0x75495D) is known color: Cosmic. HEX triplet: 75, 49 and 5D. RGB value is (117,73,93). Sum of RGB (Red+Green+Blue) = 117+73+93=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #75495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75495D is #8AB6A2. Grayscale: #585858. Windows color (decimal): -9090723 or 6113653. OLE color: 6113653.

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

Color convert

RGB 117 73 93 -
CMYK 0 0.38 0.21 0.54
HSL 332.73º 0.23% 0.37% -
HSV(B) 332.73º 0.38% 0.46% -
XYZ 11.69 9.34 11.54 -
YUV 88.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 117 73 93 0 0.38 0.21 0.54 332.73 0.23 0.37
Hex 75 49 5D 0 26 15 36 14D 17 25
Octal 165 111 135 0 46 25 66 515 27 45
Binary 1110101 1001001 1011101 0 100110 10101 110110 101001101 10111 100101

Color Harmonies of #75495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75495D

Black with #75495D

Text Example


Text Example

White with #75495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75495D; }

 p { color: rgb(117,73,93); }

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

background-color css

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

 a { background-color: rgb(117,73,93); }

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

border-color css

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

 span { border-color: rgb(117,73,93); }

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