Html Css Color HEX #865672 Cosmic

📋 copy color: '#865672'

red 134 ◦ green 86 ◦ blue 114

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

Shades of Cosmic #865672

Tints of Cosmic #865672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.75%

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

R = 40.12%
G = 25.75%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#865672 (or 0x865672) is known color: Cosmic. HEX triplet: 86, 56 and 72. RGB value is (134,86,114). Sum of RGB (Red+Green+Blue) = 134+86+114=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #865672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865672 is #79A98D. Grayscale: #676767. Windows color (decimal): -7973262 or 7493254. OLE color: 7493254.

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

Color convert

RGB 134 86 114 -
CMYK 0 0.36 0.15 0.47
HSL 325º 0.22% 0.43% -
HSV(B) 325º 0.36% 0.53% -
XYZ 16.2 12.94 17.56 -
YUV 103.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 134 86 114 0 0.36 0.15 0.47 325 0.22 0.43
Hex 86 56 72 0 24 F 2F 145 16 2B
Octal 206 126 162 0 44 17 57 505 26 53
Binary 10000110 1010110 1110010 0 100100 1111 101111 101000101 10110 101011

Color Harmonies of #865672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865672

Black with #865672

Text Example


Text Example

White with #865672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865672; }

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

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

background-color css

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

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

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

border-color css

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

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

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