Html Css Color HEX #814C72 Cosmic

📋 copy color: '#814C72'

red 129 ◦ green 76 ◦ blue 114

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

Shades of Cosmic #814C72

Tints of Cosmic #814C72

RGB

 RED value IS 129 (50.78% from 255) = 40.44%

 GREEN value IS 76 (30.08% from 255) = 23.82%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 40.44%
G = 23.82%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#814C72 (or 0x814C72) is known color: Cosmic. HEX triplet: 81, 4C and 72. RGB value is (129,76,114). Sum of RGB (Red+Green+Blue) = 129+76+114=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #814C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814C72 is #7EB38D. Grayscale: #606060. Windows color (decimal): -8303502 or 7490689. OLE color: 7490689.

HSL color Cylindrical-coordinate representation of color #814C72: hue angle of 316.98º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #814C72 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 76 114 -
CMYK 0 0.41 0.12 0.49
HSL 316.98º 0.26% 0.4% -
HSV(B) 316.98º 0.41% 0.51% -
XYZ 14.67 11.05 17.28 -
YUV 96.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 129 76 114 0 0.41 0.12 0.49 316.98 0.26 0.4
Hex 81 4C 72 0 29 C 31 13D 1A 28
Octal 201 114 162 0 51 14 61 475 32 50
Binary 10000001 1001100 1110010 0 101001 1100 110001 100111101 11010 101000

Color Harmonies of #814C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C72

Black with #814C72

Text Example


Text Example

White with #814C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814C72; }

 p { color: rgb(129,76,114); }

 H1.HeaderClassName
 {
   color: #814C72;
 }
 .AnyTagClassName
 {
   color: #814C72;
 }
</style>

background-color css

<style>
 a { background-color: #814C72; }

 a { background-color: rgb(129,76,114); }

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

border-color css

<style>
 span { border-color: #814C72; }

 span { border-color: rgb(129,76,114); }

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