Html Css Color HEX #827E75 Concord

📋 copy color: '#827E75'

red 130 ◦ green 126 ◦ blue 117

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

Shades of Concord #827E75

Tints of Concord #827E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.78%

 BLUE value IS 117 (46.09% from 255) = 31.37%

R = 34.85%
G = 33.78%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#827E75 (or 0x827E75) is known color: Concord. HEX triplet: 82, 7E and 75. RGB value is (130,126,117). Sum of RGB (Red+Green+Blue) = 130+126+117=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 130 - color contains mainly: red. Hex color #827E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E75 is #7D818A. Grayscale: #7E7E7E. Windows color (decimal): -8225163 or 7700098. OLE color: 7700098.

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

Color convert

RGB 130 126 117 -
CMYK 0 0.03 0.1 0.49
HSL 41.54º 0.05% 0.48% -
HSV(B) 41.54º 0.1% 0.51% -
XYZ 19.88 20.95 19.83 -
YUV 126.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 130 126 117 0 0.03 0.1 0.49 41.54 0.05 0.48
Hex 82 7E 75 0 3 A 31 2A 5 30
Octal 202 176 165 0 3 12 61 52 5 60
Binary 10000010 1111110 1110101 0 11 1010 110001 101010 101 110000

Color Harmonies of #827E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E75

Black with #827E75

Text Example


Text Example

White with #827E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,126,117); }

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

background-color css

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

 a { background-color: rgb(130,126,117); }

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

border-color css

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

 span { border-color: rgb(130,126,117); }

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