Html Css Color HEX #72505F Cosmic

📋 copy color: '#72505F'

red 114 ◦ green 80 ◦ blue 95

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

Shades of Cosmic #72505F

Tints of Cosmic #72505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.68%

 BLUE value IS 95 (37.5% from 255) = 32.87%

R = 39.45%
G = 27.68%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72505F (or 0x72505F) is known color: Cosmic. HEX triplet: 72, 50 and 5F. RGB value is (114,80,95). Sum of RGB (Red+Green+Blue) = 114+80+95=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72505F is #8DAFA0. Grayscale: #5B5B5B. Windows color (decimal): -9285537 or 6246514. OLE color: 6246514.

HSL color Cylindrical-coordinate representation of color #72505F: hue angle of 333.53º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72505F is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 80 95 -
CMYK 0 0.30 0.17 0.55
HSL 333.53º 0.18% 0.38% -
HSV(B) 333.53º 0.3% 0.45% -
XYZ 11.87 10.14 12.16 -
YUV 91.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 114 80 95 0 0.30 0.17 0.55 333.53 0.18 0.38
Hex 72 50 5F 0 1E 11 37 14E 12 26
Octal 162 120 137 0 36 21 67 516 22 46
Binary 1110010 1010000 1011111 0 11110 10001 110111 101001110 10010 100110

Color Harmonies of #72505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72505F

Black with #72505F

Text Example


Text Example

White with #72505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72505F; }

 p { color: rgb(114,80,95); }

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

background-color css

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

 a { background-color: rgb(114,80,95); }

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

border-color css

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

 span { border-color: rgb(114,80,95); }

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