Html Css Color HEX #72495C Cosmic

📋 copy color: '#72495C'

red 114 ◦ green 73 ◦ blue 92

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

Shades of Cosmic #72495C

Tints of Cosmic #72495C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

 BLUE value IS 92 (36.33% from 255) = 32.97%

R = 40.86%
G = 26.16%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72495C (or 0x72495C) is known color: Cosmic. HEX triplet: 72, 49 and 5C. RGB value is (114,73,92). Sum of RGB (Red+Green+Blue) = 114+73+92=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #72495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72495C is #8DB6A3. Grayscale: #575757. Windows color (decimal): -9287332 or 6048114. OLE color: 6048114.

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

Color convert

RGB 114 73 92 -
CMYK 0 0.36 0.19 0.55
HSL 332.2º 0.22% 0.37% -
HSV(B) 332.2º 0.36% 0.45% -
XYZ 11.25 9.12 11.29 -
YUV 87.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 114 73 92 0 0.36 0.19 0.55 332.2 0.22 0.37
Hex 72 49 5C 0 24 13 37 14C 16 25
Octal 162 111 134 0 44 23 67 514 26 45
Binary 1110010 1001001 1011100 0 100100 10011 110111 101001100 10110 100101

Color Harmonies of #72495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72495C

Black with #72495C

Text Example


Text Example

White with #72495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72495C; }

 p { color: rgb(114,73,92); }

 H1.HeaderClassName
 {
   color: #72495C;
 }
 .AnyTagClassName
 {
   color: #72495C;
 }
</style>

background-color css

<style>
 a { background-color: #72495C; }

 a { background-color: rgb(114,73,92); }

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

border-color css

<style>
 span { border-color: #72495C; }

 span { border-color: rgb(114,73,92); }

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