Html Css Color HEX #867791 Topaz

📋 copy color: '#867791'

red 134 ◦ green 119 ◦ blue 145

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

Shades of Topaz #867791

Tints of Topaz #867791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 33.67%
G = 29.9%
B = 36.43%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#867791 (or 0x867791) is known color: Topaz. HEX triplet: 86, 77 and 91. RGB value is (134,119,145). Sum of RGB (Red+Green+Blue) = 134+119+145=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #867791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867791 is #79886E. Grayscale: #7E7E7E. Windows color (decimal): -7964783 or 9533318. OLE color: 9533318.

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

Color convert

RGB 134 119 145 -
CMYK 0.08 0.18 0 0.43
HSL 274.62º 0.11% 0.52% -
HSV(B) 274.62º 0.18% 0.57% -
XYZ 21.54 20.31 29.57 -
YUV 126.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 134 119 145 0.08 0.18 0 0.43 274.62 0.11 0.52
Hex 86 77 91 8 12 0 2B 113 B 34
Octal 206 167 221 10 22 0 53 423 13 64
Binary 10000110 1110111 10010001 1000 10010 0 101011 100010011 1011 110100

Color Harmonies of #867791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867791

Black with #867791

Text Example


Text Example

White with #867791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867791; }

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

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

background-color css

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

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

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

border-color css

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

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

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