Html Css Color HEX #754E5D Cosmic

📋 copy color: '#754E5D'

red 117 ◦ green 78 ◦ blue 93

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

Shades of Cosmic #754E5D

Tints of Cosmic #754E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.08%

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

R = 40.63%
G = 27.08%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#754E5D (or 0x754E5D) is known color: Cosmic. HEX triplet: 75, 4E and 5D. RGB value is (117,78,93). Sum of RGB (Red+Green+Blue) = 117+78+93=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #754E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E5D is #8AB1A2. Grayscale: #5B5B5B. Windows color (decimal): -9089443 or 6114933. OLE color: 6114933.

HSL color Cylindrical-coordinate representation of color #754E5D: hue angle of 336.92º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #754E5D is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 78 93 -
CMYK 0 0.33 0.21 0.54
HSL 336.92º 0.2% 0.38% -
HSV(B) 336.92º 0.33% 0.46% -
XYZ 12.04 10.02 11.66 -
YUV 91.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 117 78 93 0 0.33 0.21 0.54 336.92 0.2 0.38
Hex 75 4E 5D 0 21 15 36 151 14 26
Octal 165 116 135 0 41 25 66 521 24 46
Binary 1110101 1001110 1011101 0 100001 10101 110110 101010001 10100 100110

Color Harmonies of #754E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E5D

Black with #754E5D

Text Example


Text Example

White with #754E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754E5D; }

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

 H1.HeaderClassName
 {
   color: #754E5D;
 }
 .AnyTagClassName
 {
   color: #754E5D;
 }
</style>

background-color css

<style>
 a { background-color: #754E5D; }

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

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

border-color css

<style>
 span { border-color: #754E5D; }

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

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