Html Css Color HEX #724F5A Cosmic

📋 copy color: '#724F5A'

red 114 ◦ green 79 ◦ blue 90

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

Shades of Cosmic #724F5A

Tints of Cosmic #724F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 40.28%
G = 27.92%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#724F5A (or 0x724F5A) is known color: Cosmic. HEX triplet: 72, 4F and 5A. RGB value is (114,79,90). Sum of RGB (Red+Green+Blue) = 114+79+90=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #724F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F5A is #8DB0A5. Grayscale: #5A5A5A. Windows color (decimal): -9285798 or 5918578. OLE color: 5918578.

HSL color Cylindrical-coordinate representation of color #724F5A: hue angle of 341.14º 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 #724F5A is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 79 90 -
CMYK 0 0.31 0.21 0.55
HSL 341.14º 0.18% 0.38% -
HSV(B) 341.14º 0.31% 0.45% -
XYZ 11.58 9.91 10.97 -
YUV 90.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 114 79 90 0 0.31 0.21 0.55 341.14 0.18 0.38
Hex 72 4F 5A 0 1F 15 37 155 12 26
Octal 162 117 132 0 37 25 67 525 22 46
Binary 1110010 1001111 1011010 0 11111 10101 110111 101010101 10010 100110

Color Harmonies of #724F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F5A

Black with #724F5A

Text Example


Text Example

White with #724F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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