Html Css Color HEX #75445C Cosmic

📋 copy color: '#75445C'

red 117 ◦ green 68 ◦ blue 92

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

Shades of Cosmic #75445C

Tints of Cosmic #75445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.21%

R = 42.24%
G = 24.55%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75445C (or 0x75445C) is known color: Cosmic. HEX triplet: 75, 44 and 5C. RGB value is (117,68,92). Sum of RGB (Red+Green+Blue) = 117+68+92=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75445C is #8ABBA3. Grayscale: #555555. Windows color (decimal): -9092004 or 6046837. OLE color: 6046837.

HSL color Cylindrical-coordinate representation of color #75445C: hue angle of 330.61º 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 #75445C is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 92 -
CMYK 0 0.42 0.21 0.54
HSL 330.61º 0.26% 0.36% -
HSV(B) 330.61º 0.42% 0.46% -
XYZ 11.34 8.69 11.2 -
YUV 85.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 117 68 92 0 0.42 0.21 0.54 330.61 0.26 0.36
Hex 75 44 5C 0 2A 15 36 14B 1A 24
Octal 165 104 134 0 52 25 66 513 32 44
Binary 1110101 1000100 1011100 0 101010 10101 110110 101001011 11010 100100

Color Harmonies of #75445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75445C

Black with #75445C

Text Example


Text Example

White with #75445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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