Html Css Color HEX #867597 Topaz

📋 copy color: '#867597'

red 134 ◦ green 117 ◦ blue 151

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

Shades of Topaz #867597

Tints of Topaz #867597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.56%

R = 33.33%
G = 29.1%
B = 37.56%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#867597 (or 0x867597) is known color: Topaz. HEX triplet: 86, 75 and 97. RGB value is (134,117,151). Sum of RGB (Red+Green+Blue) = 134+117+151=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 151 - color contains mainly: blue. Hex color #867597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867597 is #798A68. Grayscale: #7D7D7D. Windows color (decimal): -7965289 or 9926022. OLE color: 9926022.

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

Color convert

RGB 134 117 151 -
CMYK 0.11 0.23 0 0.41
HSL 270º 0.14% 0.53% -
HSV(B) 270º 0.23% 0.59% -
XYZ 21.78 20.03 32 -
YUV 125.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 134 117 151 0.11 0.23 0 0.41 270 0.14 0.53
Hex 86 75 97 B 17 0 29 10E E 35
Octal 206 165 227 13 27 0 51 416 16 65
Binary 10000110 1110101 10010111 1011 10111 0 101001 100001110 1110 110101

Color Harmonies of #867597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867597

Black with #867597

Text Example


Text Example

White with #867597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867597; }

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

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

background-color css

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

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

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

border-color css

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

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

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