Html Css Color HEX #72465D Cosmic

📋 copy color: '#72465D'

red 114 ◦ green 70 ◦ blue 93

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

Shades of Cosmic #72465D

Tints of Cosmic #72465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

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

R = 41.16%
G = 25.27%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72465D (or 0x72465D) is known color: Cosmic. HEX triplet: 72, 46 and 5D. RGB value is (114,70,93). Sum of RGB (Red+Green+Blue) = 114+70+93=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72465D is #8DB9A2. Grayscale: #555555. Windows color (decimal): -9288099 or 6112882. OLE color: 6112882.

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

Color convert

RGB 114 70 93 -
CMYK 0 0.39 0.18 0.55
HSL 328.64º 0.24% 0.36% -
HSV(B) 328.64º 0.39% 0.45% -
XYZ 11.11 8.75 11.46 -
YUV 85.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 114 70 93 0 0.39 0.18 0.55 328.64 0.24 0.36
Hex 72 46 5D 0 27 12 37 149 18 24
Octal 162 106 135 0 47 22 67 511 30 44
Binary 1110010 1000110 1011101 0 100111 10010 110111 101001001 11000 100100

Color Harmonies of #72465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72465D

Black with #72465D

Text Example


Text Example

White with #72465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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