Html Css Color HEX #867690 Topaz

📋 copy color: '#867690'

red 134 ◦ green 118 ◦ blue 144

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

Shades of Topaz #867690

Tints of Topaz #867690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 33.84%
G = 29.8%
B = 36.36%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#867690 (or 0x867690) is known color: Topaz. HEX triplet: 86, 76 and 90. RGB value is (134,118,144). Sum of RGB (Red+Green+Blue) = 134+118+144=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 144 - color contains mainly: blue. Hex color #867690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867690 is #79896F. Grayscale: #7D7D7D. Windows color (decimal): -7965040 or 9467526. OLE color: 9467526.

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

Color convert

RGB 134 118 144 -
CMYK 0.07 0.18 0 0.44
HSL 276.92º 0.1% 0.51% -
HSV(B) 276.92º 0.18% 0.56% -
XYZ 21.34 20.04 29.13 -
YUV 125.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 134 118 144 0.07 0.18 0 0.44 276.92 0.1 0.51
Hex 86 76 90 7 12 0 2C 115 A 33
Octal 206 166 220 7 22 0 54 425 12 63
Binary 10000110 1110110 10010000 111 10010 0 101100 100010101 1010 110011

Color Harmonies of #867690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867690

Black with #867690

Text Example


Text Example

White with #867690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867690; }

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

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

background-color css

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

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

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

border-color css

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

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

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