Html Css Color HEX #75445F Cosmic

📋 copy color: '#75445F'

red 117 ◦ green 68 ◦ blue 95

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

Shades of Cosmic #75445F

Tints of Cosmic #75445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

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

R = 41.79%
G = 24.29%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75445F (or 0x75445F) is known color: Cosmic. HEX triplet: 75, 44 and 5F. RGB value is (117,68,95). Sum of RGB (Red+Green+Blue) = 117+68+95=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75445F is #8ABBA0. Grayscale: #555555. Windows color (decimal): -9092001 or 6243445. OLE color: 6243445.

HSL color Cylindrical-coordinate representation of color #75445F: hue angle of 326.94º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75445F is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 95 -
CMYK 0 0.42 0.19 0.54
HSL 326.94º 0.26% 0.36% -
HSV(B) 326.94º 0.42% 0.46% -
XYZ 11.47 8.74 11.91 -
YUV 85.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 117 68 95 0 0.42 0.19 0.54 326.94 0.26 0.36
Hex 75 44 5F 0 2A 13 36 147 1A 24
Octal 165 104 137 0 52 23 66 507 32 44
Binary 1110101 1000100 1011111 0 101010 10011 110110 101000111 11010 100100

Color Harmonies of #75445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75445F

Black with #75445F

Text Example


Text Example

White with #75445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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