Html Css Color HEX #725262 Cosmic

📋 copy color: '#725262'

red 114 ◦ green 82 ◦ blue 98

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

Shades of Cosmic #725262

Tints of Cosmic #725262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

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

R = 38.78%
G = 27.89%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#725262 (or 0x725262) is known color: Cosmic. HEX triplet: 72, 52 and 62. RGB value is (114,82,98). Sum of RGB (Red+Green+Blue) = 114+82+98=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #725262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725262 is #8DAD9D. Grayscale: #5D5D5D. Windows color (decimal): -9285022 or 6443634. OLE color: 6443634.

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

Color convert

RGB 114 82 98 -
CMYK 0 0.28 0.14 0.55
HSL 330º 0.16% 0.38% -
HSV(B) 330º 0.28% 0.45% -
XYZ 12.16 10.49 12.94 -
YUV 93.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 114 82 98 0 0.28 0.14 0.55 330 0.16 0.38
Hex 72 52 62 0 1C E 37 14A 10 26
Octal 162 122 142 0 34 16 67 512 20 46
Binary 1110010 1010010 1100010 0 11100 1110 110111 101001010 10000 100110

Color Harmonies of #725262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725262

Black with #725262

Text Example


Text Example

White with #725262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725262; }

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

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

background-color css

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

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

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

border-color css

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

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

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