Html Css Color HEX #754C59 Cosmic

📋 copy color: '#754C59'

red 117 ◦ green 76 ◦ blue 89

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

Shades of Cosmic #754C59

Tints of Cosmic #754C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.95%

 BLUE value IS 89 (35.16% from 255) = 31.56%

R = 41.49%
G = 26.95%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#754C59 (or 0x754C59) is known color: Cosmic. HEX triplet: 75, 4C and 59. RGB value is (117,76,89). Sum of RGB (Red+Green+Blue) = 117+76+89=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #754C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C59 is #8AB3A6. Grayscale: #595959. Windows color (decimal): -9089959 or 5852277. OLE color: 5852277.

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

Color convert

RGB 117 76 89 -
CMYK 0 0.35 0.24 0.54
HSL 340.98º 0.21% 0.38% -
HSV(B) 340.98º 0.35% 0.46% -
XYZ 11.72 9.67 10.7 -
YUV 89.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 117 76 89 0 0.35 0.24 0.54 340.98 0.21 0.38
Hex 75 4C 59 0 23 18 36 155 15 26
Octal 165 114 131 0 43 30 66 525 25 46
Binary 1110101 1001100 1011001 0 100011 11000 110110 101010101 10101 100110

Color Harmonies of #754C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C59

Black with #754C59

Text Example


Text Example

White with #754C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,76,89); }

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

background-color css

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

 a { background-color: rgb(117,76,89); }

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

border-color css

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

 span { border-color: rgb(117,76,89); }

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