Html Css Color HEX #75465D Cosmic

📋 copy color: '#75465D'

red 117 ◦ green 70 ◦ blue 93

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

Shades of Cosmic #75465D

Tints of Cosmic #75465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 41.79%
G = 25%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75465D (or 0x75465D) is known color: Cosmic. HEX triplet: 75, 46 and 5D. RGB value is (117,70,93). Sum of RGB (Red+Green+Blue) = 117+70+93=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75465D is #8AB9A2. Grayscale: #565656. Windows color (decimal): -9091491 or 6112885. OLE color: 6112885.

HSL color Cylindrical-coordinate representation of color #75465D: hue angle of 330.64º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75465D is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 93 -
CMYK 0 0.40 0.21 0.54
HSL 330.64º 0.25% 0.37% -
HSV(B) 330.64º 0.4% 0.46% -
XYZ 11.5 8.95 11.48 -
YUV 86.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 117 70 93 0 0.40 0.21 0.54 330.64 0.25 0.37
Hex 75 46 5D 0 28 15 36 14B 19 25
Octal 165 106 135 0 50 25 66 513 31 45
Binary 1110101 1000110 1011101 0 101000 10101 110110 101001011 11001 100101

Color Harmonies of #75465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75465D

Black with #75465D

Text Example


Text Example

White with #75465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75465D; }

 p { color: rgb(117,70,93); }

 H1.HeaderClassName
 {
   color: #75465D;
 }
 .AnyTagClassName
 {
   color: #75465D;
 }
</style>

background-color css

<style>
 a { background-color: #75465D; }

 a { background-color: rgb(117,70,93); }

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

border-color css

<style>
 span { border-color: #75465D; }

 span { border-color: rgb(117,70,93); }

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