Html Css Color HEX #827C62 Olive Haze

📋 copy color: '#827C62'

red 130 ◦ green 124 ◦ blue 98

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

Shades of Olive Haze #827C62

Tints of Olive Haze #827C62

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.23%

 BLUE value IS 98 (38.67% from 255) = 27.84%

R = 36.93%
G = 35.23%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#827C62 (or 0x827C62) is known color: Olive Haze. HEX triplet: 82, 7C and 62. RGB value is (130,124,98). Sum of RGB (Red+Green+Blue) = 130+124+98=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #827C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C62 is #7D839D. Grayscale: #7A7A7A. Windows color (decimal): -8225694 or 6454402. OLE color: 6454402.

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

Color convert

RGB 130 124 98 -
CMYK 0 0.05 0.25 0.49
HSL 48.75º 0.14% 0.45% -
HSV(B) 48.75º 0.25% 0.51% -
XYZ 18.62 20.04 14.44 -
YUV 122.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 130 124 98 0 0.05 0.25 0.49 48.75 0.14 0.45
Hex 82 7C 62 0 5 19 31 31 E 2D
Octal 202 174 142 0 5 31 61 61 16 55
Binary 10000010 1111100 1100010 0 101 11001 110001 110001 1110 101101

Color Harmonies of #827C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C62

Black with #827C62

Text Example


Text Example

White with #827C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,124,98); }

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

background-color css

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

 a { background-color: rgb(130,124,98); }

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

border-color css

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

 span { border-color: rgb(130,124,98); }

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