Html Css Color HEX #75405F Cosmic

📋 copy color: '#75405F'

red 117 ◦ green 64 ◦ blue 95

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

Shades of Cosmic #75405F

Tints of Cosmic #75405F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 42.39%
G = 23.19%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75405F (or 0x75405F) is known color: Cosmic. HEX triplet: 75, 40 and 5F. RGB value is (117,64,95). Sum of RGB (Red+Green+Blue) = 117+64+95=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75405F is #8ABFA0. Grayscale: #535353. Windows color (decimal): -9093025 or 6242421. OLE color: 6242421.

HSL color Cylindrical-coordinate representation of color #75405F: hue angle of 324.91º 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 #75405F is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 95 -
CMYK 0 0.45 0.19 0.54
HSL 324.91º 0.29% 0.35% -
HSV(B) 324.91º 0.45% 0.46% -
XYZ 11.24 8.27 11.83 -
YUV 83.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 117 64 95 0 0.45 0.19 0.54 324.91 0.29 0.35
Hex 75 40 5F 0 2D 13 36 145 1D 23
Octal 165 100 137 0 55 23 66 505 35 43
Binary 1110101 1000000 1011111 0 101101 10011 110110 101000101 11101 100011

Color Harmonies of #75405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75405F

Black with #75405F

Text Example


Text Example

White with #75405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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