Html Css Color HEX #725568 Cosmic

📋 copy color: '#725568'

red 114 ◦ green 85 ◦ blue 104

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

Shades of Cosmic #725568

Tints of Cosmic #725568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.05%

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

R = 37.62%
G = 28.05%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#725568 (or 0x725568) is known color: Cosmic. HEX triplet: 72, 55 and 68. RGB value is (114,85,104). Sum of RGB (Red+Green+Blue) = 114+85+104=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #725568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725568 is #8DAA97. Grayscale: #5F5F5F. Windows color (decimal): -9284248 or 6837618. OLE color: 6837618.

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

Color convert

RGB 114 85 104 -
CMYK 0 0.25 0.09 0.55
HSL 320.69º 0.15% 0.39% -
HSV(B) 320.69º 0.25% 0.45% -
XYZ 12.69 11.07 14.57 -
YUV 95.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 114 85 104 0 0.25 0.09 0.55 320.69 0.15 0.39
Hex 72 55 68 0 19 9 37 141 F 27
Octal 162 125 150 0 31 11 67 501 17 47
Binary 1110010 1010101 1101000 0 11001 1001 110111 101000001 1111 100111

Color Harmonies of #725568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725568

Black with #725568

Text Example


Text Example

White with #725568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725568; }

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

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

background-color css

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

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

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

border-color css

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

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

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