Html Css Color HEX #754B57 Cosmic

📋 copy color: '#754B57'

red 117 ◦ green 75 ◦ blue 87

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

Shades of Cosmic #754B57

Tints of Cosmic #754B57

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.88%

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

R = 41.94%
G = 26.88%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#754B57 (or 0x754B57) is known color: Cosmic. HEX triplet: 75, 4B and 57. RGB value is (117,75,87). Sum of RGB (Red+Green+Blue) = 117+75+87=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #754B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B57 is #8AB4A8. Grayscale: #585858. Windows color (decimal): -9090217 or 5720949. OLE color: 5720949.

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

Color convert

RGB 117 75 87 -
CMYK 0 0.36 0.26 0.54
HSL 342.86º 0.22% 0.38% -
HSV(B) 342.86º 0.36% 0.46% -
XYZ 11.57 9.5 10.24 -
YUV 88.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 117 75 87 0 0.36 0.26 0.54 342.86 0.22 0.38
Hex 75 4B 57 0 24 1A 36 157 16 26
Octal 165 113 127 0 44 32 66 527 26 46
Binary 1110101 1001011 1010111 0 100100 11010 110110 101010111 10110 100110

Color Harmonies of #754B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B57

Black with #754B57

Text Example


Text Example

White with #754B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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