Html Css Color HEX #754E5B Cosmic

📋 copy color: '#754E5B'

red 117 ◦ green 78 ◦ blue 91

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

Shades of Cosmic #754E5B

Tints of Cosmic #754E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 40.91%
G = 27.27%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#754E5B (or 0x754E5B) is known color: Cosmic. HEX triplet: 75, 4E and 5B. RGB value is (117,78,91). Sum of RGB (Red+Green+Blue) = 117+78+91=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #754E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E5B is #8AB1A4. Grayscale: #5B5B5B. Windows color (decimal): -9089445 or 5983861. OLE color: 5983861.

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

Color convert

RGB 117 78 91 -
CMYK 0 0.33 0.22 0.54
HSL 340º 0.2% 0.38% -
HSV(B) 340º 0.33% 0.46% -
XYZ 11.95 9.99 11.2 -
YUV 91.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 117 78 91 0 0.33 0.22 0.54 340 0.2 0.38
Hex 75 4E 5B 0 21 16 36 154 14 26
Octal 165 116 133 0 41 26 66 524 24 46
Binary 1110101 1001110 1011011 0 100001 10110 110110 101010100 10100 100110

Color Harmonies of #754E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E5B

Black with #754E5B

Text Example


Text Example

White with #754E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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