Html Css Color HEX #827C60 Olive Haze

📋 copy color: '#827C60'

red 130 ◦ green 124 ◦ blue 96

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

Shades of Olive Haze #827C60

Tints of Olive Haze #827C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 37.14%
G = 35.43%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#827C60 (or 0x827C60) is known color: Olive Haze. HEX triplet: 82, 7C and 60. RGB value is (130,124,96). Sum of RGB (Red+Green+Blue) = 130+124+96=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #827C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C60 is #7D839F. Grayscale: #7A7A7A. Windows color (decimal): -8225696 or 6323330. OLE color: 6323330.

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

Color convert

RGB 130 124 96 -
CMYK 0 0.05 0.26 0.49
HSL 49.41º 0.15% 0.44% -
HSV(B) 49.41º 0.26% 0.51% -
XYZ 18.52 20.01 13.95 -
YUV 122.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 130 124 96 0 0.05 0.26 0.49 49.41 0.15 0.44
Hex 82 7C 60 0 5 1A 31 31 F 2C
Octal 202 174 140 0 5 32 61 61 17 54
Binary 10000010 1111100 1100000 0 101 11010 110001 110001 1111 101100

Color Harmonies of #827C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C60

Black with #827C60

Text Example


Text Example

White with #827C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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