Html Css Color HEX #864C72 Cosmic

📋 copy color: '#864C72'

red 134 ◦ green 76 ◦ blue 114

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

Shades of Cosmic #864C72

Tints of Cosmic #864C72

RGB

 RED value IS 134 (52.73% from 255) = 41.36%

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

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

R = 41.36%
G = 23.46%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#864C72 (or 0x864C72) is known color: Cosmic. HEX triplet: 86, 4C and 72. RGB value is (134,76,114). Sum of RGB (Red+Green+Blue) = 134+76+114=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #864C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864C72 is #79B38D. Grayscale: #616161. Windows color (decimal): -7975822 or 7490694. OLE color: 7490694.

HSL color Cylindrical-coordinate representation of color #864C72: hue angle of 320.69º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #864C72 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 76 114 -
CMYK 0 0.43 0.15 0.47
HSL 320.69º 0.28% 0.41% -
HSV(B) 320.69º 0.43% 0.53% -
XYZ 15.45 11.45 17.32 -
YUV 97.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 134 76 114 0 0.43 0.15 0.47 320.69 0.28 0.41
Hex 86 4C 72 0 2B F 2F 141 1C 29
Octal 206 114 162 0 53 17 57 501 34 51
Binary 10000110 1001100 1110010 0 101011 1111 101111 101000001 11100 101001

Color Harmonies of #864C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C72

Black with #864C72

Text Example


Text Example

White with #864C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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