Html Css Color HEX #75445B Cosmic

📋 copy color: '#75445B'

red 117 ◦ green 68 ◦ blue 91

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

Shades of Cosmic #75445B

Tints of Cosmic #75445B

RGB

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

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

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

R = 42.39%
G = 24.64%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75445B (or 0x75445B) is known color: Cosmic. HEX triplet: 75, 44 and 5B. RGB value is (117,68,91). Sum of RGB (Red+Green+Blue) = 117+68+91=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75445B is #8ABBA4. Grayscale: #555555. Windows color (decimal): -9092005 or 5981301. OLE color: 5981301.

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

Color convert

RGB 117 68 91 -
CMYK 0 0.42 0.22 0.54
HSL 331.84º 0.26% 0.36% -
HSV(B) 331.84º 0.42% 0.46% -
XYZ 11.29 8.67 10.98 -
YUV 85.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 117 68 91 0 0.42 0.22 0.54 331.84 0.26 0.36
Hex 75 44 5B 0 2A 16 36 14C 1A 24
Octal 165 104 133 0 52 26 66 514 32 44
Binary 1110101 1000100 1011011 0 101010 10110 110110 101001100 11010 100100

Color Harmonies of #75445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75445B

Black with #75445B

Text Example


Text Example

White with #75445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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