Html Css Color HEX #864762 Cosmic

📋 copy color: '#864762'

red 134 ◦ green 71 ◦ blue 98

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

Shades of Cosmic #864762

Tints of Cosmic #864762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.43%

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 44.22%
G = 23.43%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#864762 (or 0x864762) is known color: Cosmic. HEX triplet: 86, 47 and 62. RGB value is (134,71,98). Sum of RGB (Red+Green+Blue) = 134+71+98=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #864762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864762 is #79B89D. Grayscale: #5C5C5C. Windows color (decimal): -7977118 or 6440838. OLE color: 6440838.

HSL color Cylindrical-coordinate representation of color #864762: hue angle of 334.29º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #864762 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 71 98 -
CMYK 0 0.47 0.27 0.47
HSL 334.29º 0.31% 0.4% -
HSV(B) 334.29º 0.47% 0.53% -
XYZ 14.29 10.46 12.82 -
YUV 92.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 134 71 98 0 0.47 0.27 0.47 334.29 0.31 0.4
Hex 86 47 62 0 2F 1B 2F 14E 1F 28
Octal 206 107 142 0 57 33 57 516 37 50
Binary 10000110 1000111 1100010 0 101111 11011 101111 101001110 11111 101000

Color Harmonies of #864762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864762

Black with #864762

Text Example


Text Example

White with #864762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864762; }

 p { color: rgb(134,71,98); }

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

background-color css

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

 a { background-color: rgb(134,71,98); }

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

border-color css

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

 span { border-color: rgb(134,71,98); }

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