Html Css Color HEX #725462 Cosmic

📋 copy color: '#725462'

red 114 ◦ green 84 ◦ blue 98

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

Shades of Cosmic #725462

Tints of Cosmic #725462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.38%

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

R = 38.51%
G = 28.38%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#725462 (or 0x725462) is known color: Cosmic. HEX triplet: 72, 54 and 62. RGB value is (114,84,98). Sum of RGB (Red+Green+Blue) = 114+84+98=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #725462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725462 is #8DAB9D. Grayscale: #5E5E5E. Windows color (decimal): -9284510 or 6444146. OLE color: 6444146.

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

Color convert

RGB 114 84 98 -
CMYK 0 0.26 0.14 0.55
HSL 332º 0.15% 0.39% -
HSV(B) 332º 0.26% 0.45% -
XYZ 12.31 10.8 12.99 -
YUV 94.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 114 84 98 0 0.26 0.14 0.55 332 0.15 0.39
Hex 72 54 62 0 1A E 37 14C F 27
Octal 162 124 142 0 32 16 67 514 17 47
Binary 1110010 1010100 1100010 0 11010 1110 110111 101001100 1111 100111

Color Harmonies of #725462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725462

Black with #725462

Text Example


Text Example

White with #725462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725462; }

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

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

background-color css

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

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

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

border-color css

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

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

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