Html Css Color HEX #867796 Topaz

📋 copy color: '#867796'

red 134 ◦ green 119 ◦ blue 150

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

Shades of Topaz #867796

Tints of Topaz #867796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.53%

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 33.25%
G = 29.53%
B = 37.22%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#867796 (or 0x867796) is known color: Topaz. HEX triplet: 86, 77 and 96. RGB value is (134,119,150). Sum of RGB (Red+Green+Blue) = 134+119+150=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #867796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867796 is #798869. Grayscale: #7E7E7E. Windows color (decimal): -7964778 or 9860998. OLE color: 9860998.

HSL color Cylindrical-coordinate representation of color #867796: hue angle of 269.03º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #867796 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 119 150 -
CMYK 0.11 0.21 0 0.41
HSL 269.03º 0.13% 0.53% -
HSV(B) 269.03º 0.21% 0.59% -
XYZ 21.93 20.46 31.65 -
YUV 127.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 134 119 150 0.11 0.21 0 0.41 269.03 0.13 0.53
Hex 86 77 96 B 15 0 29 10D D 35
Octal 206 167 226 13 25 0 51 415 15 65
Binary 10000110 1110111 10010110 1011 10101 0 101001 100001101 1101 110101

Color Harmonies of #867796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867796

Black with #867796

Text Example


Text Example

White with #867796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867796; }

 p { color: rgb(134,119,150); }

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

background-color css

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

 a { background-color: rgb(134,119,150); }

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

border-color css

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

 span { border-color: rgb(134,119,150); }

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