Html Css Color HEX #867492 Topaz

📋 copy color: '#867492'

red 134 ◦ green 116 ◦ blue 146

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

Shades of Topaz #867492

Tints of Topaz #867492

RGB

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

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

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

R = 33.84%
G = 29.29%
B = 36.87%

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

#867492 (or 0x867492) is known color: Topaz. HEX triplet: 86, 74 and 92. RGB value is (134,116,146). Sum of RGB (Red+Green+Blue) = 134+116+146=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #867492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867492 is #798B6D. Grayscale: #7C7C7C. Windows color (decimal): -7965550 or 9598086. OLE color: 9598086.

HSL color Cylindrical-coordinate representation of color #867492: hue angle of 276º 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 #867492 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 116 146 -
CMYK 0.08 0.21 0 0.43
HSL 276º 0.12% 0.51% -
HSV(B) 276º 0.21% 0.57% -
XYZ 21.27 19.63 29.86 -
YUV 124.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 134 116 146 0.08 0.21 0 0.43 276 0.12 0.51
Hex 86 74 92 8 15 0 2B 114 C 33
Octal 206 164 222 10 25 0 53 424 14 63
Binary 10000110 1110100 10010010 1000 10101 0 101011 100010100 1100 110011

Color Harmonies of #867492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867492

Black with #867492

Text Example


Text Example

White with #867492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867492; }

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

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

background-color css

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

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

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

border-color css

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

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

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