Html Css Color HEX #867592 Topaz

📋 copy color: '#867592'

red 134 ◦ green 117 ◦ blue 146

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

Shades of Topaz #867592

Tints of Topaz #867592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.47%

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

R = 33.75%
G = 29.47%
B = 36.78%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#867592 (or 0x867592) is known color: Topaz. HEX triplet: 86, 75 and 92. RGB value is (134,117,146). Sum of RGB (Red+Green+Blue) = 134+117+146=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #867592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867592 is #798A6D. Grayscale: #7D7D7D. Windows color (decimal): -7965294 or 9598342. OLE color: 9598342.

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

Color convert

RGB 134 117 146 -
CMYK 0.08 0.20 0 0.43
HSL 275.17º 0.12% 0.52% -
HSV(B) 275.17º 0.2% 0.57% -
XYZ 21.38 19.87 29.9 -
YUV 125.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 134 117 146 0.08 0.20 0 0.43 275.17 0.12 0.52
Hex 86 75 92 8 14 0 2B 113 C 34
Octal 206 165 222 10 24 0 53 423 14 64
Binary 10000110 1110101 10010010 1000 10100 0 101011 100010011 1100 110100

Color Harmonies of #867592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867592

Black with #867592

Text Example


Text Example

White with #867592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867592; }

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

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

background-color css

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

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

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

border-color css

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

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

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