Html Css Color HEX #72525D Cosmic

📋 copy color: '#72525D'

red 114 ◦ green 82 ◦ blue 93

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

Shades of Cosmic #72525D

Tints of Cosmic #72525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 39.45%
G = 28.37%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72525D (or 0x72525D) is known color: Cosmic. HEX triplet: 72, 52 and 5D. RGB value is (114,82,93). Sum of RGB (Red+Green+Blue) = 114+82+93=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72525D is #8DADA2. Grayscale: #5C5C5C. Windows color (decimal): -9285027 or 6115954. OLE color: 6115954.

HSL color Cylindrical-coordinate representation of color #72525D: hue angle of 339.38º 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 #72525D is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 82 93 -
CMYK 0 0.28 0.18 0.55
HSL 339.38º 0.16% 0.38% -
HSV(B) 339.38º 0.28% 0.45% -
XYZ 11.93 10.4 11.73 -
YUV 92.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 114 82 93 0 0.28 0.18 0.55 339.38 0.16 0.38
Hex 72 52 5D 0 1C 12 37 153 10 26
Octal 162 122 135 0 34 22 67 523 20 46
Binary 1110010 1010010 1011101 0 11100 10010 110111 101010011 10000 100110

Color Harmonies of #72525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72525D

Black with #72525D

Text Example


Text Example

White with #72525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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