Html Css Color HEX #79825E Finch

📋 copy color: '#79825E'

red 121 ◦ green 130 ◦ blue 94

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

Shades of Finch #79825E

Tints of Finch #79825E

RGB

 RED value IS 121 (47.66% from 255) = 35.07%

 GREEN value IS 130 (51.17% from 255) = 37.68%

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 35.07%
G = 37.68%
B = 27.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#79825E (or 0x79825E) is known color: Finch. HEX triplet: 79, 82 and 5E. RGB value is (121,130,94). Sum of RGB (Red+Green+Blue) = 121+130+94=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #79825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79825E is #867DA1. Grayscale: #7B7B7B. Windows color (decimal): -8813986 or 6193785. OLE color: 6193785.

HSL color Cylindrical-coordinate representation of color #79825E: hue angle of 75º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #79825E is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 130 94 -
CMYK 0.07 0 0.28 0.49
HSL 75º 0.16% 0.44% -
HSV(B) 75º 0.28% 0.51% -
XYZ 17.89 20.84 13.67 -
YUV 123.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 121 130 94 0.07 0 0.28 0.49 75 0.16 0.44
Hex 79 82 5E 7 0 1C 31 4B 10 2C
Octal 171 202 136 7 0 34 61 113 20 54
Binary 1111001 10000010 1011110 111 0 11100 110001 1001011 10000 101100

Color Harmonies of #79825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79825E

Black with #79825E

Text Example


Text Example

White with #79825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79825E; }

 p { color: rgb(121,130,94); }

 H1.HeaderClassName
 {
   color: #79825E;
 }
 .AnyTagClassName
 {
   color: #79825E;
 }
</style>

background-color css

<style>
 a { background-color: #79825E; }

 a { background-color: rgb(121,130,94); }

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

border-color css

<style>
 span { border-color: #79825E; }

 span { border-color: rgb(121,130,94); }

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