Html Css Color HEX #75495B Cosmic

📋 copy color: '#75495B'

red 117 ◦ green 73 ◦ blue 91

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

Shades of Cosmic #75495B

Tints of Cosmic #75495B

RGB

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

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

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

R = 41.64%
G = 25.98%
B = 32.38%

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

#75495B (or 0x75495B) is known color: Cosmic. HEX triplet: 75, 49 and 5B. RGB value is (117,73,91). Sum of RGB (Red+Green+Blue) = 117+73+91=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75495B is #8AB6A4. Grayscale: #585858. Windows color (decimal): -9090725 or 5982581. OLE color: 5982581.

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

Color convert

RGB 117 73 91 -
CMYK 0 0.38 0.22 0.54
HSL 335.45º 0.23% 0.37% -
HSV(B) 335.45º 0.38% 0.46% -
XYZ 11.61 9.3 11.08 -
YUV 88.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 117 73 91 0 0.38 0.22 0.54 335.45 0.23 0.37
Hex 75 49 5B 0 26 16 36 14F 17 25
Octal 165 111 133 0 46 26 66 517 27 45
Binary 1110101 1001001 1011011 0 100110 10110 110110 101001111 10111 100101

Color Harmonies of #75495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75495B

Black with #75495B

Text Example


Text Example

White with #75495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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