Html Css Color HEX #725360 Cosmic

📋 copy color: '#725360'

red 114 ◦ green 83 ◦ blue 96

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

Shades of Cosmic #725360

Tints of Cosmic #725360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 38.91%
G = 28.33%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#725360 (or 0x725360) is known color: Cosmic. HEX triplet: 72, 53 and 60. RGB value is (114,83,96). Sum of RGB (Red+Green+Blue) = 114+83+96=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #725360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725360 is #8DAC9F. Grayscale: #5D5D5D. Windows color (decimal): -9284768 or 6312818. OLE color: 6312818.

HSL color Cylindrical-coordinate representation of color #725360: hue angle of 334.84º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #725360 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 96 -
CMYK 0 0.27 0.16 0.55
HSL 334.84º 0.16% 0.39% -
HSV(B) 334.84º 0.27% 0.45% -
XYZ 12.14 10.61 12.47 -
YUV 93.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 114 83 96 0 0.27 0.16 0.55 334.84 0.16 0.39
Hex 72 53 60 0 1B 10 37 14F 10 27
Octal 162 123 140 0 33 20 67 517 20 47
Binary 1110010 1010011 1100000 0 11011 10000 110111 101001111 10000 100111

Color Harmonies of #725360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725360

Black with #725360

Text Example


Text Example

White with #725360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725360; }

 p { color: rgb(114,83,96); }

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

background-color css

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

 a { background-color: rgb(114,83,96); }

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

border-color css

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

 span { border-color: rgb(114,83,96); }

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