Html Css Color HEX #754E5C Cosmic

📋 copy color: '#754E5C'

red 117 ◦ green 78 ◦ blue 92

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

Shades of Cosmic #754E5C

Tints of Cosmic #754E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 40.77%
G = 27.18%
B = 32.06%

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

#754E5C (or 0x754E5C) is known color: Cosmic. HEX triplet: 75, 4E and 5C. RGB value is (117,78,92). Sum of RGB (Red+Green+Blue) = 117+78+92=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #754E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E5C is #8AB1A3. Grayscale: #5B5B5B. Windows color (decimal): -9089444 or 6049397. OLE color: 6049397.

HSL color Cylindrical-coordinate representation of color #754E5C: hue angle of 338.46º 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 #754E5C is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 78 92 -
CMYK 0 0.33 0.21 0.54
HSL 338.46º 0.2% 0.38% -
HSV(B) 338.46º 0.33% 0.46% -
XYZ 11.99 10 11.42 -
YUV 91.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 117 78 92 0 0.33 0.21 0.54 338.46 0.2 0.38
Hex 75 4E 5C 0 21 15 36 152 14 26
Octal 165 116 134 0 41 25 66 522 24 46
Binary 1110101 1001110 1011100 0 100001 10101 110110 101010010 10100 100110

Color Harmonies of #754E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E5C

Black with #754E5C

Text Example


Text Example

White with #754E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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