Html Css Color HEX #72485D Cosmic

📋 copy color: '#72485D'

red 114 ◦ green 72 ◦ blue 93

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

Shades of Cosmic #72485D

Tints of Cosmic #72485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

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

R = 40.86%
G = 25.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72485D (or 0x72485D) is known color: Cosmic. HEX triplet: 72, 48 and 5D. RGB value is (114,72,93). Sum of RGB (Red+Green+Blue) = 114+72+93=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #72485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72485D is #8DB7A2. Grayscale: #565656. Windows color (decimal): -9287587 or 6113394. OLE color: 6113394.

HSL color Cylindrical-coordinate representation of color #72485D: hue angle of 330º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72485D is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 72 93 -
CMYK 0 0.37 0.18 0.55
HSL 330º 0.23% 0.36% -
HSV(B) 330º 0.37% 0.45% -
XYZ 11.23 9 11.5 -
YUV 86.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 114 72 93 0 0.37 0.18 0.55 330 0.23 0.36
Hex 72 48 5D 0 25 12 37 14A 17 24
Octal 162 110 135 0 45 22 67 512 27 44
Binary 1110010 1001000 1011101 0 100101 10010 110111 101001010 10111 100100

Color Harmonies of #72485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72485D

Black with #72485D

Text Example


Text Example

White with #72485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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