Html Css Color HEX #753E5E Cosmic

📋 copy color: '#753E5E'

red 117 ◦ green 62 ◦ blue 94

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

Shades of Cosmic #753E5E

Tints of Cosmic #753E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

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

R = 42.86%
G = 22.71%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#753E5E (or 0x753E5E) is known color: Cosmic. HEX triplet: 75, 3E and 5E. RGB value is (117,62,94). Sum of RGB (Red+Green+Blue) = 117+62+94=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #753E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E5E is #8AC1A1. Grayscale: #525252. Windows color (decimal): -9093538 or 6176373. OLE color: 6176373.

HSL color Cylindrical-coordinate representation of color #753E5E: hue angle of 325.09º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #753E5E is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 62 94 -
CMYK 0 0.47 0.20 0.54
HSL 325.09º 0.31% 0.35% -
HSV(B) 325.09º 0.47% 0.46% -
XYZ 11.08 8.04 11.56 -
YUV 82.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 117 62 94 0 0.47 0.20 0.54 325.09 0.31 0.35
Hex 75 3E 5E 0 2F 14 36 145 1F 23
Octal 165 76 136 0 57 24 66 505 37 43
Binary 1110101 111110 1011110 0 101111 10100 110110 101000101 11111 100011

Color Harmonies of #753E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E5E

Black with #753E5E

Text Example


Text Example

White with #753E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753E5E; }

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

 H1.HeaderClassName
 {
   color: #753E5E;
 }
 .AnyTagClassName
 {
   color: #753E5E;
 }
</style>

background-color css

<style>
 a { background-color: #753E5E; }

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

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

border-color css

<style>
 span { border-color: #753E5E; }

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

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