Html Css Color HEX #865072 Cosmic

📋 copy color: '#865072'

red 134 ◦ green 80 ◦ blue 114

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

Shades of Cosmic #865072

Tints of Cosmic #865072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 40.85%
G = 24.39%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#865072 (or 0x865072) is known color: Cosmic. HEX triplet: 86, 50 and 72. RGB value is (134,80,114). Sum of RGB (Red+Green+Blue) = 134+80+114=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #865072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865072 is #79AF8D. Grayscale: #636363. Windows color (decimal): -7974798 or 7491718. OLE color: 7491718.

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

Color convert

RGB 134 80 114 -
CMYK 0 0.40 0.15 0.47
HSL 322.22º 0.25% 0.42% -
HSV(B) 322.22º 0.4% 0.53% -
XYZ 15.74 12.02 17.41 -
YUV 100.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 134 80 114 0 0.40 0.15 0.47 322.22 0.25 0.42
Hex 86 50 72 0 28 F 2F 142 19 2A
Octal 206 120 162 0 50 17 57 502 31 52
Binary 10000110 1010000 1110010 0 101000 1111 101111 101000010 11001 101010

Color Harmonies of #865072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865072

Black with #865072

Text Example


Text Example

White with #865072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865072; }

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

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

background-color css

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

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

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

border-color css

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

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

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