Html Css Color HEX #867790 Topaz

📋 copy color: '#867790'

red 134 ◦ green 119 ◦ blue 144

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

Shades of Topaz #867790

Tints of Topaz #867790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 33.75%
G = 29.97%
B = 36.27%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#867790 (or 0x867790) is known color: Topaz. HEX triplet: 86, 77 and 90. RGB value is (134,119,144). Sum of RGB (Red+Green+Blue) = 134+119+144=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #867790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867790 is #79886F. Grayscale: #7E7E7E. Windows color (decimal): -7964784 or 9467782. OLE color: 9467782.

HSL color Cylindrical-coordinate representation of color #867790: hue angle of 276º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #867790 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 119 144 -
CMYK 0.07 0.17 0 0.44
HSL 276º 0.1% 0.52% -
HSV(B) 276º 0.17% 0.56% -
XYZ 21.46 20.28 29.17 -
YUV 126.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 134 119 144 0.07 0.17 0 0.44 276 0.1 0.52
Hex 86 77 90 7 11 0 2C 114 A 34
Octal 206 167 220 7 21 0 54 424 12 64
Binary 10000110 1110111 10010000 111 10001 0 101100 100010100 1010 110100

Color Harmonies of #867790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867790

Black with #867790

Text Example


Text Example

White with #867790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867790; }

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

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

background-color css

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

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

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

border-color css

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

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

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