Html Css Color HEX #75475E Cosmic

📋 copy color: '#75475E'

red 117 ◦ green 71 ◦ blue 94

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

Shades of Cosmic #75475E

Tints of Cosmic #75475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 41.49%
G = 25.18%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75475E (or 0x75475E) is known color: Cosmic. HEX triplet: 75, 47 and 5E. RGB value is (117,71,94). Sum of RGB (Red+Green+Blue) = 117+71+94=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #75475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75475E is #8AB8A1. Grayscale: #575757. Windows color (decimal): -9091234 or 6178677. OLE color: 6178677.

HSL color Cylindrical-coordinate representation of color #75475E: hue angle of 330º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75475E is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 94 -
CMYK 0 0.39 0.20 0.54
HSL 330º 0.24% 0.37% -
HSV(B) 330º 0.39% 0.46% -
XYZ 11.61 9.1 11.73 -
YUV 87.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 117 71 94 0 0.39 0.20 0.54 330 0.24 0.37
Hex 75 47 5E 0 27 14 36 14A 18 25
Octal 165 107 136 0 47 24 66 512 30 45
Binary 1110101 1000111 1011110 0 100111 10100 110110 101001010 11000 100101

Color Harmonies of #75475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75475E

Black with #75475E

Text Example


Text Example

White with #75475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75475E; }

 p { color: rgb(117,71,94); }

 H1.HeaderClassName
 {
   color: #75475E;
 }
 .AnyTagClassName
 {
   color: #75475E;
 }
</style>

background-color css

<style>
 a { background-color: #75475E; }

 a { background-color: rgb(117,71,94); }

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

border-color css

<style>
 span { border-color: #75475E; }

 span { border-color: rgb(117,71,94); }

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