Html Css Color HEX #864374 Cosmic

📋 copy color: '#864374'

red 134 ◦ green 67 ◦ blue 116

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

Shades of Cosmic #864374

Tints of Cosmic #864374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 42.27%
G = 21.14%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#864374 (or 0x864374) is known color: Cosmic. HEX triplet: 86, 43 and 74. RGB value is (134,67,116). Sum of RGB (Red+Green+Blue) = 134+67+116=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #864374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864374 is #79BC8B. Grayscale: #5C5C5C. Windows color (decimal): -7978124 or 7619462. OLE color: 7619462.

HSL color Cylindrical-coordinate representation of color #864374: hue angle of 316.12º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #864374 is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 67 116 -
CMYK 0 0.5 0.13 0.47
HSL 316.12º 0.33% 0.39% -
HSV(B) 316.12º 0.5% 0.53% -
XYZ 14.99 10.34 17.73 -
YUV 92.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 134 67 116 0 0.5 0.13 0.47 316.12 0.33 0.39
Hex 86 43 74 0 32 D 2F 13C 21 27
Octal 206 103 164 0 62 15 57 474 41 47
Binary 10000110 1000011 1110100 0 110010 1101 101111 100111100 100001 100111

Color Harmonies of #864374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864374

Black with #864374

Text Example


Text Example

White with #864374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864374; }

 p { color: rgb(134,67,116); }

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

background-color css

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

 a { background-color: rgb(134,67,116); }

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

border-color css

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

 span { border-color: rgb(134,67,116); }

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