Html Css Color HEX #827B70 Concord

📋 copy color: '#827B70'

red 130 ◦ green 123 ◦ blue 112

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

Shades of Concord #827B70

Tints of Concord #827B70

RGB

 RED value IS 130 (51.17% from 255) = 35.62%

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

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 35.62%
G = 33.7%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#827B70 (or 0x827B70) is known color: Concord. HEX triplet: 82, 7B and 70. RGB value is (130,123,112). Sum of RGB (Red+Green+Blue) = 130+123+112=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #827B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B70 is #7D848F. Grayscale: #7B7B7B. Windows color (decimal): -8225936 or 7371650. OLE color: 7371650.

HSL color Cylindrical-coordinate representation of color #827B70: hue angle of 36.67º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #827B70 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 123 112 -
CMYK 0 0.05 0.14 0.49
HSL 36.67º 0.07% 0.47% -
HSV(B) 36.67º 0.14% 0.51% -
XYZ 19.21 20.08 18.19 -
YUV 123.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 130 123 112 0 0.05 0.14 0.49 36.67 0.07 0.47
Hex 82 7B 70 0 5 E 31 25 7 2F
Octal 202 173 160 0 5 16 61 45 7 57
Binary 10000010 1111011 1110000 0 101 1110 110001 100101 111 101111

Color Harmonies of #827B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B70

Black with #827B70

Text Example


Text Example

White with #827B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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