Html Css Color HEX #857797 Topaz

📋 copy color: '#857797'

red 133 ◦ green 119 ◦ blue 151

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

Shades of Topaz #857797

Tints of Topaz #857797

RGB

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

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

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

R = 33%
G = 29.53%
B = 37.47%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#857797 (or 0x857797) is known color: Topaz. HEX triplet: 85, 77 and 97. RGB value is (133,119,151). Sum of RGB (Red+Green+Blue) = 133+119+151=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 151 - color contains mainly: blue. Hex color #857797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857797 is #7A8868. Grayscale: #7E7E7E. Windows color (decimal): -8030313 or 9926533. OLE color: 9926533.

HSL color Cylindrical-coordinate representation of color #857797: hue angle of 266.25º 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 #857797 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 119 151 -
CMYK 0.12 0.21 0 0.41
HSL 266.25º 0.13% 0.53% -
HSV(B) 266.25º 0.21% 0.59% -
XYZ 21.86 20.41 32.07 -
YUV 126.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 133 119 151 0.12 0.21 0 0.41 266.25 0.13 0.53
Hex 85 77 97 C 15 0 29 10A D 35
Octal 205 167 227 14 25 0 51 412 15 65
Binary 10000101 1110111 10010111 1100 10101 0 101001 100001010 1101 110101

Color Harmonies of #857797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857797

Black with #857797

Text Example


Text Example

White with #857797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857797; }

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

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

background-color css

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

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

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

border-color css

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

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

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