Html Css Color HEX #75405B Cosmic

📋 copy color: '#75405B'

red 117 ◦ green 64 ◦ blue 91

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

Shades of Cosmic #75405B

Tints of Cosmic #75405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 43.01%
G = 23.53%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75405B (or 0x75405B) is known color: Cosmic. HEX triplet: 75, 40 and 5B. RGB value is (117,64,91). Sum of RGB (Red+Green+Blue) = 117+64+91=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #75405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75405B is #8ABFA4. Grayscale: #525252. Windows color (decimal): -9093029 or 5980277. OLE color: 5980277.

HSL color Cylindrical-coordinate representation of color #75405B: hue angle of 329.43º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75405B is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 91 -
CMYK 0 0.45 0.22 0.54
HSL 329.43º 0.29% 0.35% -
HSV(B) 329.43º 0.45% 0.46% -
XYZ 11.06 8.2 10.9 -
YUV 82.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 117 64 91 0 0.45 0.22 0.54 329.43 0.29 0.35
Hex 75 40 5B 0 2D 16 36 149 1D 23
Octal 165 100 133 0 55 26 66 511 35 43
Binary 1110101 1000000 1011011 0 101101 10110 110110 101001001 11101 100011

Color Harmonies of #75405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75405B

Black with #75405B

Text Example


Text Example

White with #75405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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