Html Css Color HEX #867491 Topaz

📋 copy color: '#867491'

red 134 ◦ green 116 ◦ blue 145

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

Shades of Topaz #867491

Tints of Topaz #867491

RGB

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

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

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

R = 33.92%
G = 29.37%
B = 36.71%

CMYK

 C value IS 0.08

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#867491 (or 0x867491) is known color: Topaz. HEX triplet: 86, 74 and 91. RGB value is (134,116,145). Sum of RGB (Red+Green+Blue) = 134+116+145=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #867491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867491 is #798B6E. Grayscale: #7C7C7C. Windows color (decimal): -7965551 or 9532550. OLE color: 9532550.

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

Color convert

RGB 134 116 145 -
CMYK 0.08 0.2 0 0.43
HSL 277.24º 0.12% 0.51% -
HSV(B) 277.24º 0.2% 0.57% -
XYZ 21.19 19.6 29.46 -
YUV 124.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 134 116 145 0.08 0.2 0 0.43 277.24 0.12 0.51
Hex 86 74 91 8 14 0 2B 115 C 33
Octal 206 164 221 10 24 0 53 425 14 63
Binary 10000110 1110100 10010001 1000 10100 0 101011 100010101 1100 110011

Color Harmonies of #867491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867491

Black with #867491

Text Example


Text Example

White with #867491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867491; }

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

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

background-color css

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

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

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

border-color css

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

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

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