Html Css Color HEX #725562 Cosmic

📋 copy color: '#725562'

red 114 ◦ green 85 ◦ blue 98

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

Shades of Cosmic #725562

Tints of Cosmic #725562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33%

R = 38.38%
G = 28.62%
B = 33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#725562 (or 0x725562) is known color: Cosmic. HEX triplet: 72, 55 and 62. RGB value is (114,85,98). Sum of RGB (Red+Green+Blue) = 114+85+98=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #725562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725562 is #8DAA9D. Grayscale: #5F5F5F. Windows color (decimal): -9284254 or 6444402. OLE color: 6444402.

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

Color convert

RGB 114 85 98 -
CMYK 0 0.25 0.14 0.55
HSL 333.1º 0.15% 0.39% -
HSV(B) 333.1º 0.25% 0.45% -
XYZ 12.39 10.96 13.02 -
YUV 95.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 114 85 98 0 0.25 0.14 0.55 333.1 0.15 0.39
Hex 72 55 62 0 19 E 37 14D F 27
Octal 162 125 142 0 31 16 67 515 17 47
Binary 1110010 1010101 1100010 0 11001 1110 110111 101001101 1111 100111

Color Harmonies of #725562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725562

Black with #725562

Text Example


Text Example

White with #725562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725562; }

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

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

background-color css

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

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

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

border-color css

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

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

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