Html Css Color HEX #814E68 Cosmic

📋 copy color: '#814E68'

red 129 ◦ green 78 ◦ blue 104

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

Shades of Cosmic #814E68

Tints of Cosmic #814E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.08%

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 41.48%
G = 25.08%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#814E68 (or 0x814E68) is known color: Cosmic. HEX triplet: 81, 4E and 68. RGB value is (129,78,104). Sum of RGB (Red+Green+Blue) = 129+78+104=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #814E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E68 is #7EB197. Grayscale: #606060. Windows color (decimal): -8303000 or 6835841. OLE color: 6835841.

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

Color convert

RGB 129 78 104 -
CMYK 0 0.40 0.19 0.49
HSL 329.41º 0.25% 0.41% -
HSV(B) 329.41º 0.4% 0.51% -
XYZ 14.28 11.12 14.49 -
YUV 96.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 129 78 104 0 0.40 0.19 0.49 329.41 0.25 0.41
Hex 81 4E 68 0 28 13 31 149 19 29
Octal 201 116 150 0 50 23 61 511 31 51
Binary 10000001 1001110 1101000 0 101000 10011 110001 101001001 11001 101001

Color Harmonies of #814E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E68

Black with #814E68

Text Example


Text Example

White with #814E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,78,104); }

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

background-color css

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

 a { background-color: rgb(129,78,104); }

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

border-color css

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

 span { border-color: rgb(129,78,104); }

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