Html Css Color HEX #807B84 Topaz

📋 copy color: '#807B84'

red 128 ◦ green 123 ◦ blue 132

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

Shades of Topaz #807B84

Tints of Topaz #807B84

RGB

 RED value IS 128 (50.39% from 255) = 33.42%

 GREEN value IS 123 (48.44% from 255) = 32.11%

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 33.42%
G = 32.11%
B = 34.46%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#807B84 (or 0x807B84) is known color: Topaz. HEX triplet: 80, 7B and 84. RGB value is (128,123,132). Sum of RGB (Red+Green+Blue) = 128+123+132=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 132 - color contains mainly: blue. Hex color #807B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807B84 is #7F847B. Grayscale: #7D7D7D. Windows color (decimal): -8356988 or 8682368. OLE color: 8682368.

HSL color Cylindrical-coordinate representation of color #807B84: hue angle of 273.33º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #807B84 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 123 132 -
CMYK 0.03 0.07 0 0.48
HSL 273.33º 0.04% 0.5% -
HSV(B) 273.33º 0.07% 0.52% -
XYZ 20.15 20.42 24.71 -
YUV 125.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 128 123 132 0.03 0.07 0 0.48 273.33 0.04 0.5
Hex 80 7B 84 3 7 0 30 111 4 32
Octal 200 173 204 3 7 0 60 421 4 62
Binary 10000000 1111011 10000100 11 111 0 110000 100010001 100 110010

Color Harmonies of #807B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807B84

Black with #807B84

Text Example


Text Example

White with #807B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807B84; }

 p { color: rgb(128,123,132); }

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

background-color css

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

 a { background-color: rgb(128,123,132); }

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

border-color css

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

 span { border-color: rgb(128,123,132); }

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