Html Css Color HEX #754E58 Cosmic

📋 copy color: '#754E58'

red 117 ◦ green 78 ◦ blue 88

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

Shades of Cosmic #754E58

Tints of Cosmic #754E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.1%

R = 41.34%
G = 27.56%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#754E58 (or 0x754E58) is known color: Cosmic. HEX triplet: 75, 4E and 58. RGB value is (117,78,88). Sum of RGB (Red+Green+Blue) = 117+78+88=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #754E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E58 is #8AB1A7. Grayscale: #5A5A5A. Windows color (decimal): -9089448 or 5787253. OLE color: 5787253.

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

Color convert

RGB 117 78 88 -
CMYK 0 0.33 0.25 0.54
HSL 344.62º 0.2% 0.38% -
HSV(B) 344.62º 0.33% 0.46% -
XYZ 11.82 9.94 10.53 -
YUV 90.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 117 78 88 0 0.33 0.25 0.54 344.62 0.2 0.38
Hex 75 4E 58 0 21 19 36 159 14 26
Octal 165 116 130 0 41 31 66 531 24 46
Binary 1110101 1001110 1011000 0 100001 11001 110110 101011001 10100 100110

Color Harmonies of #754E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E58

Black with #754E58

Text Example


Text Example

White with #754E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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