Html Css Color HEX #725861 Cosmic

📋 copy color: '#725861'

red 114 ◦ green 88 ◦ blue 97

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

Shades of Cosmic #725861

Tints of Cosmic #725861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.44%

R = 38.13%
G = 29.43%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#725861 (or 0x725861) is known color: Cosmic. HEX triplet: 72, 58 and 61. RGB value is (114,88,97). Sum of RGB (Red+Green+Blue) = 114+88+97=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #725861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725861 is #8DA79E. Grayscale: #606060. Windows color (decimal): -9283487 or 6379634. OLE color: 6379634.

HSL color Cylindrical-coordinate representation of color #725861: hue angle of 339.23º 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 #725861 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 88 97 -
CMYK 0 0.23 0.15 0.55
HSL 339.23º 0.13% 0.4% -
HSV(B) 339.23º 0.23% 0.45% -
XYZ 12.59 11.42 12.85 -
YUV 96.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 114 88 97 0 0.23 0.15 0.55 339.23 0.13 0.4
Hex 72 58 61 0 17 F 37 153 D 28
Octal 162 130 141 0 27 17 67 523 15 50
Binary 1110010 1011000 1100001 0 10111 1111 110111 101010011 1101 101000

Color Harmonies of #725861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725861

Black with #725861

Text Example


Text Example

White with #725861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725861; }

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

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

background-color css

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

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

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

border-color css

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

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

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