Html Css Color HEX #827E6B Olive Haze

📋 copy color: '#827E6B'

red 130 ◦ green 126 ◦ blue 107

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

Shades of Olive Haze #827E6B

Tints of Olive Haze #827E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 35.81%
G = 34.71%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#827E6B (or 0x827E6B) is known color: Olive Haze. HEX triplet: 82, 7E and 6B. RGB value is (130,126,107). Sum of RGB (Red+Green+Blue) = 130+126+107=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #827E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E6B is #7D8194. Grayscale: #7D7D7D. Windows color (decimal): -8225173 or 7044738. OLE color: 7044738.

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

Color convert

RGB 130 126 107 -
CMYK 0 0.03 0.18 0.49
HSL 49.57º 0.1% 0.46% -
HSV(B) 49.57º 0.18% 0.51% -
XYZ 19.32 20.73 16.89 -
YUV 125.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 130 126 107 0 0.03 0.18 0.49 49.57 0.1 0.46
Hex 82 7E 6B 0 3 12 31 32 A 2E
Octal 202 176 153 0 3 22 61 62 12 56
Binary 10000010 1111110 1101011 0 11 10010 110001 110010 1010 101110

Color Harmonies of #827E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E6B

Black with #827E6B

Text Example


Text Example

White with #827E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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