#827F7B

Color #827F7B Concord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Concord #827F7B

Tints of Concord #827F7B

Color information

#827F7B (or 0x827F7B) is unknown color: approx Concord. HEX triplet: 82, 7F and 7B. RGB value is (130,127,123). Sum of RGB (Red+Green+Blue) = 130+127+123=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 130 - color contains mainly: red. Hex color #827F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F7B is #7D8084. Grayscale: #7F7F7F. Windows color (decimal): -8224901 or 8093570. OLE color: 8093570.

HSL color Cylindrical-coordinate representation of color #827F7B: hue angle of 34.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 #827F7B is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB130127123-
CMYK00.020.050.49
HSL34.29º2.77%49.61%-
HSV(B)34.29º5.38%50.98%-
XYZ20.3721.3521.79-
YUV127.44125.49129.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=34.21%
G=33.42%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012712300.020.050.4934.292.7749.61
Hex827F7B0253122332
Octal2021771730256142362
Binary100000101111111111101101010111000110001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827F7B; }

 p { color: rgb(130,127,123); }

 H1.HeaderClassName
 {
   color: #827F7B;
 }
 .AnyTagClassName
 {
   color: #827F7B;
 }
</style>
background-color css

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

 a { background-color: rgb(130,127,123); }

 div.DivClassName
 {
   background-color: #827F7B;
 }
 .BgClassName
 {
   background-color: #827F7B;
 }
</style>
border-color css

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

 span { border-color: rgb(130,127,123); }

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