Html Css Color HEX #754C57 Cosmic

📋 copy color: '#754C57'

red 117 ◦ green 76 ◦ blue 87

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

Shades of Cosmic #754C57

Tints of Cosmic #754C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 41.79%
G = 27.14%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#754C57 (or 0x754C57) is known color: Cosmic. HEX triplet: 75, 4C and 57. RGB value is (117,76,87). Sum of RGB (Red+Green+Blue) = 117+76+87=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #754C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C57 is #8AB3A8. Grayscale: #595959. Windows color (decimal): -9089961 or 5721205. OLE color: 5721205.

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

Color convert

RGB 117 76 87 -
CMYK 0 0.35 0.26 0.54
HSL 343.9º 0.21% 0.38% -
HSV(B) 343.9º 0.35% 0.46% -
XYZ 11.64 9.64 10.26 -
YUV 89.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 117 76 87 0 0.35 0.26 0.54 343.9 0.21 0.38
Hex 75 4C 57 0 23 1A 36 158 15 26
Octal 165 114 127 0 43 32 66 530 25 46
Binary 1110101 1001100 1010111 0 100011 11010 110110 101011000 10101 100110

Color Harmonies of #754C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C57

Black with #754C57

Text Example


Text Example

White with #754C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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