Html Css Color HEX #867392 Topaz

📋 copy color: '#867392'

red 134 ◦ green 115 ◦ blue 146

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

Shades of Topaz #867392

Tints of Topaz #867392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.11%

 BLUE value IS 146 (57.42% from 255) = 36.96%

R = 33.92%
G = 29.11%
B = 36.96%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#867392 (or 0x867392) is known color: Topaz. HEX triplet: 86, 73 and 92. RGB value is (134,115,146). Sum of RGB (Red+Green+Blue) = 134+115+146=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #867392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867392 is #798C6D. Grayscale: #7C7C7C. Windows color (decimal): -7965806 or 9597830. OLE color: 9597830.

HSL color Cylindrical-coordinate representation of color #867392: hue angle of 276.77º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #867392 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 115 146 -
CMYK 0.08 0.21 0 0.43
HSL 276.77º 0.12% 0.51% -
HSV(B) 276.77º 0.21% 0.57% -
XYZ 21.15 19.41 29.82 -
YUV 124.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 134 115 146 0.08 0.21 0 0.43 276.77 0.12 0.51
Hex 86 73 92 8 15 0 2B 115 C 33
Octal 206 163 222 10 25 0 53 425 14 63
Binary 10000110 1110011 10010010 1000 10101 0 101011 100010101 1100 110011

Color Harmonies of #867392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867392

Black with #867392

Text Example


Text Example

White with #867392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867392; }

 p { color: rgb(134,115,146); }

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

background-color css

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

 a { background-color: rgb(134,115,146); }

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

border-color css

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

 span { border-color: rgb(134,115,146); }

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