Html Css Color HEX #865374 Cosmic

📋 copy color: '#865374'

red 134 ◦ green 83 ◦ blue 116

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

Shades of Cosmic #865374

Tints of Cosmic #865374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

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

R = 40.24%
G = 24.92%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#865374 (or 0x865374) is known color: Cosmic. HEX triplet: 86, 53 and 74. RGB value is (134,83,116). Sum of RGB (Red+Green+Blue) = 134+83+116=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #865374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865374 is #79AC8B. Grayscale: #656565. Windows color (decimal): -7974028 or 7623558. OLE color: 7623558.

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

Color convert

RGB 134 83 116 -
CMYK 0 0.38 0.13 0.47
HSL 321.18º 0.24% 0.43% -
HSV(B) 321.18º 0.38% 0.53% -
XYZ 16.08 12.52 18.09 -
YUV 102.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 134 83 116 0 0.38 0.13 0.47 321.18 0.24 0.43
Hex 86 53 74 0 26 D 2F 141 18 2B
Octal 206 123 164 0 46 15 57 501 30 53
Binary 10000110 1010011 1110100 0 100110 1101 101111 101000001 11000 101011

Color Harmonies of #865374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865374

Black with #865374

Text Example


Text Example

White with #865374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865374; }

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

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

background-color css

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

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

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

border-color css

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

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

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