Html Css Color HEX #865572 Cosmic

📋 copy color: '#865572'

red 134 ◦ green 85 ◦ blue 114

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

Shades of Cosmic #865572

Tints of Cosmic #865572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

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

R = 40.24%
G = 25.53%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#865572 (or 0x865572) is known color: Cosmic. HEX triplet: 86, 55 and 72. RGB value is (134,85,114). Sum of RGB (Red+Green+Blue) = 134+85+114=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #865572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865572 is #79AA8D. Grayscale: #666666. Windows color (decimal): -7973518 or 7492998. OLE color: 7492998.

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

Color convert

RGB 134 85 114 -
CMYK 0 0.37 0.15 0.47
HSL 324.49º 0.22% 0.43% -
HSV(B) 324.49º 0.37% 0.53% -
XYZ 16.12 12.78 17.54 -
YUV 102.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 134 85 114 0 0.37 0.15 0.47 324.49 0.22 0.43
Hex 86 55 72 0 25 F 2F 144 16 2B
Octal 206 125 162 0 45 17 57 504 26 53
Binary 10000110 1010101 1110010 0 100101 1111 101111 101000100 10110 101011

Color Harmonies of #865572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865572

Black with #865572

Text Example


Text Example

White with #865572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865572; }

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

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

background-color css

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

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

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

border-color css

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

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

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