Html Css Color HEX #807C83 Topaz

📋 copy color: '#807C83'

red 128 ◦ green 124 ◦ blue 131

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

Shades of Topaz #807C83

Tints of Topaz #807C83

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

 BLUE value IS 131 (51.56% from 255) = 34.2%

R = 33.42%
G = 32.38%
B = 34.2%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#807C83 (or 0x807C83) is known color: Topaz. HEX triplet: 80, 7C and 83. RGB value is (128,124,131). Sum of RGB (Red+Green+Blue) = 128+124+131=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 131 - color contains mainly: blue. Hex color #807C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807C83 is #7F837C. Grayscale: #7D7D7D. Windows color (decimal): -8356733 or 8617088. OLE color: 8617088.

HSL color Cylindrical-coordinate representation of color #807C83: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #807C83 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 124 131 -
CMYK 0.02 0.05 0 0.49
HSL 274.29º 0.03% 0.5% -
HSV(B) 274.29º 0.05% 0.51% -
XYZ 20.21 20.64 24.39 -
YUV 125.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 128 124 131 0.02 0.05 0 0.49 274.29 0.03 0.5
Hex 80 7C 83 2 5 0 31 112 3 32
Octal 200 174 203 2 5 0 61 422 3 62
Binary 10000000 1111100 10000011 10 101 0 110001 100010010 11 110010

Color Harmonies of #807C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C83

Black with #807C83

Text Example


Text Example

White with #807C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,124,131); }

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

background-color css

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

 a { background-color: rgb(128,124,131); }

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

border-color css

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

 span { border-color: rgb(128,124,131); }

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