Html Css Color HEX #827E6A Olive Haze

📋 copy color: '#827E6A'

red 130 ◦ green 126 ◦ blue 106

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

Shades of Olive Haze #827E6A

Tints of Olive Haze #827E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 35.91%
G = 34.81%
B = 29.28%

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

#827E6A (or 0x827E6A) is known color: Olive Haze. HEX triplet: 82, 7E and 6A. RGB value is (130,126,106). Sum of RGB (Red+Green+Blue) = 130+126+106=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E6A is #7D8195. Grayscale: #7C7C7C. Windows color (decimal): -8225174 or 6979202. OLE color: 6979202.

HSL color Cylindrical-coordinate representation of color #827E6A: hue angle of 50º 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 #827E6A is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 106 -
CMYK 0 0.03 0.18 0.49
HSL 50º 0.1% 0.46% -
HSV(B) 50º 0.18% 0.51% -
XYZ 19.27 20.71 16.62 -
YUV 124.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 130 126 106 0 0.03 0.18 0.49 50 0.1 0.46
Hex 82 7E 6A 0 3 12 31 32 A 2E
Octal 202 176 152 0 3 22 61 62 12 56
Binary 10000010 1111110 1101010 0 11 10010 110001 110010 1010 101110

Color Harmonies of #827E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E6A

Black with #827E6A

Text Example


Text Example

White with #827E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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