Html Css Color HEX #857796 Topaz

📋 copy color: '#857796'

red 133 ◦ green 119 ◦ blue 150

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

Shades of Topaz #857796

Tints of Topaz #857796

RGB

 RED value IS 133 (52.34% from 255) = 33.08%

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

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 33.08%
G = 29.6%
B = 37.31%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#857796 (or 0x857796) is known color: Topaz. HEX triplet: 85, 77 and 96. RGB value is (133,119,150). Sum of RGB (Red+Green+Blue) = 133+119+150=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 150 - color contains mainly: blue. Hex color #857796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857796 is #7A8869. Grayscale: #7E7E7E. Windows color (decimal): -8030314 or 9860997. OLE color: 9860997.

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

Color convert

RGB 133 119 150 -
CMYK 0.11 0.21 0 0.41
HSL 267.1º 0.13% 0.53% -
HSV(B) 267.1º 0.21% 0.59% -
XYZ 21.77 20.38 31.64 -
YUV 126.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 133 119 150 0.11 0.21 0 0.41 267.1 0.13 0.53
Hex 85 77 96 B 15 0 29 10B D 35
Octal 205 167 226 13 25 0 51 413 15 65
Binary 10000101 1110111 10010110 1011 10101 0 101001 100001011 1101 110101

Color Harmonies of #857796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857796

Black with #857796

Text Example


Text Example

White with #857796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857796; }

 p { color: rgb(133,119,150); }

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

background-color css

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

 a { background-color: rgb(133,119,150); }

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

border-color css

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

 span { border-color: rgb(133,119,150); }

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