Html Css Color HEX #75445A Cosmic

📋 copy color: '#75445A'

red 117 ◦ green 68 ◦ blue 90

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

Shades of Cosmic #75445A

Tints of Cosmic #75445A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 42.55%
G = 24.73%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75445A (or 0x75445A) is known color: Cosmic. HEX triplet: 75, 44 and 5A. RGB value is (117,68,90). Sum of RGB (Red+Green+Blue) = 117+68+90=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #75445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75445A is #8ABBA5. Grayscale: #555555. Windows color (decimal): -9092006 or 5915765. OLE color: 5915765.

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

Color convert

RGB 117 68 90 -
CMYK 0 0.42 0.23 0.54
HSL 333.06º 0.26% 0.36% -
HSV(B) 333.06º 0.42% 0.46% -
XYZ 11.25 8.65 10.75 -
YUV 85.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 117 68 90 0 0.42 0.23 0.54 333.06 0.26 0.36
Hex 75 44 5A 0 2A 17 36 14D 1A 24
Octal 165 104 132 0 52 27 66 515 32 44
Binary 1110101 1000100 1011010 0 101010 10111 110110 101001101 11010 100100

Color Harmonies of #75445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75445A

Black with #75445A

Text Example


Text Example

White with #75445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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