Html Css Color HEX #827E6D Olive Haze

📋 copy color: '#827E6D'

red 130 ◦ green 126 ◦ blue 109

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

Shades of Olive Haze #827E6D

Tints of Olive Haze #827E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 35.62%
G = 34.52%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#827E6D (or 0x827E6D) is known color: Olive Haze. HEX triplet: 82, 7E and 6D. RGB value is (130,126,109). Sum of RGB (Red+Green+Blue) = 130+126+109=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #827E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E6D is #7D8192. Grayscale: #7D7D7D. Windows color (decimal): -8225171 or 7175810. OLE color: 7175810.

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

Color convert

RGB 130 126 109 -
CMYK 0 0.03 0.16 0.49
HSL 48.57º 0.09% 0.47% -
HSV(B) 48.57º 0.16% 0.51% -
XYZ 19.43 20.77 17.45 -
YUV 125.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 130 126 109 0 0.03 0.16 0.49 48.57 0.09 0.47
Hex 82 7E 6D 0 3 10 31 31 9 2F
Octal 202 176 155 0 3 20 61 61 11 57
Binary 10000010 1111110 1101101 0 11 10000 110001 110001 1001 101111

Color Harmonies of #827E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E6D

Black with #827E6D

Text Example


Text Example

White with #827E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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