Html Css Color HEX #725868 Cosmic

📋 copy color: '#725868'

red 114 ◦ green 88 ◦ blue 104

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

Shades of Cosmic #725868

Tints of Cosmic #725868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 37.25%
G = 28.76%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#725868 (or 0x725868) is known color: Cosmic. HEX triplet: 72, 58 and 68. RGB value is (114,88,104). Sum of RGB (Red+Green+Blue) = 114+88+104=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #725868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725868 is #8DA797. Grayscale: #616161. Windows color (decimal): -9283480 or 6838386. OLE color: 6838386.

HSL color Cylindrical-coordinate representation of color #725868: hue angle of 323.08º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #725868 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 88 104 -
CMYK 0 0.23 0.09 0.55
HSL 323.08º 0.13% 0.4% -
HSV(B) 323.08º 0.23% 0.45% -
XYZ 12.93 11.56 14.65 -
YUV 97.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 114 88 104 0 0.23 0.09 0.55 323.08 0.13 0.4
Hex 72 58 68 0 17 9 37 143 D 28
Octal 162 130 150 0 27 11 67 503 15 50
Binary 1110010 1011000 1101000 0 10111 1001 110111 101000011 1101 101000

Color Harmonies of #725868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725868

Black with #725868

Text Example


Text Example

White with #725868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725868; }

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

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

background-color css

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

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

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

border-color css

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

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

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