Html Css Color HEX #725767 Cosmic

📋 copy color: '#725767'

red 114 ◦ green 87 ◦ blue 103

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

Shades of Cosmic #725767

Tints of Cosmic #725767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.62%

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 37.5%
G = 28.62%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#725767 (or 0x725767) is known color: Cosmic. HEX triplet: 72, 57 and 67. RGB value is (114,87,103). Sum of RGB (Red+Green+Blue) = 114+87+103=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #725767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725767 is #8DA898. Grayscale: #606060. Windows color (decimal): -9283737 or 6772594. OLE color: 6772594.

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

Color convert

RGB 114 87 103 -
CMYK 0 0.24 0.10 0.55
HSL 324.44º 0.13% 0.39% -
HSV(B) 324.44º 0.24% 0.45% -
XYZ 12.8 11.37 14.35 -
YUV 96.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 114 87 103 0 0.24 0.10 0.55 324.44 0.13 0.39
Hex 72 57 67 0 18 A 37 144 D 27
Octal 162 127 147 0 30 12 67 504 15 47
Binary 1110010 1010111 1100111 0 11000 1010 110111 101000100 1101 100111

Color Harmonies of #725767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725767

Black with #725767

Text Example


Text Example

White with #725767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725767; }

 p { color: rgb(114,87,103); }

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

background-color css

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

 a { background-color: rgb(114,87,103); }

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

border-color css

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

 span { border-color: rgb(114,87,103); }

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