Html Css Color HEX #86748D Topaz

📋 copy color: '#86748D'

red 134 ◦ green 116 ◦ blue 141

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

Shades of Topaz #86748D

Tints of Topaz #86748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 34.27%
G = 29.67%
B = 36.06%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#86748D (or 0x86748D) is known color: Topaz. HEX triplet: 86, 74 and 8D. RGB value is (134,116,141). Sum of RGB (Red+Green+Blue) = 134+116+141=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #86748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86748D is #798B72. Grayscale: #7C7C7C. Windows color (decimal): -7965555 or 9270406. OLE color: 9270406.

HSL color Cylindrical-coordinate representation of color #86748D: hue angle of 283.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86748D is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 116 141 -
CMYK 0.05 0.18 0 0.45
HSL 283.2º 0.1% 0.5% -
HSV(B) 283.2º 0.18% 0.55% -
XYZ 20.88 19.48 27.86 -
YUV 124.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 134 116 141 0.05 0.18 0 0.45 283.2 0.1 0.5
Hex 86 74 8D 5 12 0 2D 11B A 32
Octal 206 164 215 5 22 0 55 433 12 62
Binary 10000110 1110100 10001101 101 10010 0 101101 100011011 1010 110010

Color Harmonies of #86748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86748D

Black with #86748D

Text Example


Text Example

White with #86748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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