Html Css Color HEX #724F58 Cosmic

📋 copy color: '#724F58'

red 114 ◦ green 79 ◦ blue 88

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

Shades of Cosmic #724F58

Tints of Cosmic #724F58

RGB

 RED value IS 114 (44.92% from 255) = 40.57%

 GREEN value IS 79 (31.25% from 255) = 28.11%

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

R = 40.57%
G = 28.11%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#724F58 (or 0x724F58) is known color: Cosmic. HEX triplet: 72, 4F and 58. RGB value is (114,79,88). Sum of RGB (Red+Green+Blue) = 114+79+88=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #724F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F58 is #8DB0A7. Grayscale: #5A5A5A. Windows color (decimal): -9285800 or 5787506. OLE color: 5787506.

HSL color Cylindrical-coordinate representation of color #724F58: hue angle of 344.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #724F58 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 79 88 -
CMYK 0 0.31 0.23 0.55
HSL 344.57º 0.18% 0.38% -
HSV(B) 344.57º 0.31% 0.45% -
XYZ 11.5 9.87 10.53 -
YUV 90.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 114 79 88 0 0.31 0.23 0.55 344.57 0.18 0.38
Hex 72 4F 58 0 1F 17 37 159 12 26
Octal 162 117 130 0 37 27 67 531 22 46
Binary 1110010 1001111 1011000 0 11111 10111 110111 101011001 10010 100110

Color Harmonies of #724F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F58

Black with #724F58

Text Example


Text Example

White with #724F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724F58; }

 p { color: rgb(114,79,88); }

 H1.HeaderClassName
 {
   color: #724F58;
 }
 .AnyTagClassName
 {
   color: #724F58;
 }
</style>

background-color css

<style>
 a { background-color: #724F58; }

 a { background-color: rgb(114,79,88); }

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

border-color css

<style>
 span { border-color: #724F58; }

 span { border-color: rgb(114,79,88); }

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