Html Css Color HEX #725867 Cosmic

📋 copy color: '#725867'

red 114 ◦ green 88 ◦ blue 103

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

Shades of Cosmic #725867

Tints of Cosmic #725867

RGB

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

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

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

R = 37.38%
G = 28.85%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#725867 (or 0x725867) is known color: Cosmic. HEX triplet: 72, 58 and 67. RGB value is (114,88,103). Sum of RGB (Red+Green+Blue) = 114+88+103=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #725867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725867 is #8DA798. Grayscale: #616161. Windows color (decimal): -9283481 or 6772850. OLE color: 6772850.

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

Color convert

RGB 114 88 103 -
CMYK 0 0.23 0.10 0.55
HSL 325.38º 0.13% 0.4% -
HSV(B) 325.38º 0.23% 0.45% -
XYZ 12.88 11.54 14.38 -
YUV 97.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 114 88 103 0 0.23 0.10 0.55 325.38 0.13 0.4
Hex 72 58 67 0 17 A 37 145 D 28
Octal 162 130 147 0 27 12 67 505 15 50
Binary 1110010 1011000 1100111 0 10111 1010 110111 101000101 1101 101000

Color Harmonies of #725867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725867

Black with #725867

Text Example


Text Example

White with #725867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725867; }

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

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

background-color css

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

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

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

border-color css

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

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

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