Html Css Color HEX #75475A Cosmic

📋 copy color: '#75475A'

red 117 ◦ green 71 ◦ blue 90

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

Shades of Cosmic #75475A

Tints of Cosmic #75475A

RGB

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

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

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

R = 42.09%
G = 25.54%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75475A (or 0x75475A) is known color: Cosmic. HEX triplet: 75, 47 and 5A. RGB value is (117,71,90). Sum of RGB (Red+Green+Blue) = 117+71+90=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75475A is #8AB8A5. Grayscale: #565656. Windows color (decimal): -9091238 or 5916533. OLE color: 5916533.

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

Color convert

RGB 117 71 90 -
CMYK 0 0.39 0.23 0.54
HSL 335.22º 0.24% 0.37% -
HSV(B) 335.22º 0.39% 0.46% -
XYZ 11.43 9.03 10.81 -
YUV 86.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 117 71 90 0 0.39 0.23 0.54 335.22 0.24 0.37
Hex 75 47 5A 0 27 17 36 14F 18 25
Octal 165 107 132 0 47 27 66 517 30 45
Binary 1110101 1000111 1011010 0 100111 10111 110110 101001111 11000 100101

Color Harmonies of #75475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75475A

Black with #75475A

Text Example


Text Example

White with #75475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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