Html Css Color HEX #75455F Cosmic

📋 copy color: '#75455F'

red 117 ◦ green 69 ◦ blue 95

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

Shades of Cosmic #75455F

Tints of Cosmic #75455F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.56%

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

R = 41.64%
G = 24.56%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75455F (or 0x75455F) is known color: Cosmic. HEX triplet: 75, 45 and 5F. RGB value is (117,69,95). Sum of RGB (Red+Green+Blue) = 117+69+95=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75455F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75455F is #8ABAA0. Grayscale: #565656. Windows color (decimal): -9091745 or 6243701. OLE color: 6243701.

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

Color convert

RGB 117 69 95 -
CMYK 0 0.41 0.19 0.54
HSL 327.5º 0.26% 0.36% -
HSV(B) 327.5º 0.41% 0.46% -
XYZ 11.53 8.86 11.93 -
YUV 86.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 117 69 95 0 0.41 0.19 0.54 327.5 0.26 0.36
Hex 75 45 5F 0 29 13 36 148 1A 24
Octal 165 105 137 0 51 23 66 510 32 44
Binary 1110101 1000101 1011111 0 101001 10011 110110 101001000 11010 100100

Color Harmonies of #75455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75455F

Black with #75455F

Text Example


Text Example

White with #75455F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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