Html Css Color HEX #72475D Cosmic

📋 copy color: '#72475D'

red 114 ◦ green 71 ◦ blue 93

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

Shades of Cosmic #72475D

Tints of Cosmic #72475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

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

R = 41.01%
G = 25.54%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72475D (or 0x72475D) is known color: Cosmic. HEX triplet: 72, 47 and 5D. RGB value is (114,71,93). Sum of RGB (Red+Green+Blue) = 114+71+93=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #72475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72475D is #8DB8A2. Grayscale: #565656. Windows color (decimal): -9287843 or 6113138. OLE color: 6113138.

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

Color convert

RGB 114 71 93 -
CMYK 0 0.38 0.18 0.55
HSL 329.3º 0.23% 0.36% -
HSV(B) 329.3º 0.38% 0.45% -
XYZ 11.17 8.87 11.48 -
YUV 86.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 114 71 93 0 0.38 0.18 0.55 329.3 0.23 0.36
Hex 72 47 5D 0 26 12 37 149 17 24
Octal 162 107 135 0 46 22 67 511 27 44
Binary 1110010 1000111 1011101 0 100110 10010 110111 101001001 10111 100100

Color Harmonies of #72475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72475D

Black with #72475D

Text Example


Text Example

White with #72475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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