Html Css Color HEX #7F845E Finch

📋 copy color: '#7F845E'

red 127 ◦ green 132 ◦ blue 94

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

Shades of Finch #7F845E

Tints of Finch #7F845E

RGB

 RED value IS 127 (50% from 255) = 35.98%

 GREEN value IS 132 (51.95% from 255) = 37.39%

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

R = 35.98%
G = 37.39%
B = 26.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#7F845E (or 0x7F845E) is known color: Finch. HEX triplet: 7F, 84 and 5E. RGB value is (127,132,94). Sum of RGB (Red+Green+Blue) = 127+132+94=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #7F845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F845E is #807BA1. Grayscale: #7E7E7E. Windows color (decimal): -8420258 or 6194303. OLE color: 6194303.

HSL color Cylindrical-coordinate representation of color #7F845E: hue angle of 67.89º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F845E is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 132 94 -
CMYK 0.04 0 0.29 0.48
HSL 67.89º 0.17% 0.44% -
HSV(B) 67.89º 0.29% 0.52% -
XYZ 19.02 21.82 13.8 -
YUV 126.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 127 132 94 0.04 0 0.29 0.48 67.89 0.17 0.44
Hex 7F 84 5E 4 0 1D 30 44 11 2C
Octal 177 204 136 4 0 35 60 104 21 54
Binary 1111111 10000100 1011110 100 0 11101 110000 1000100 10001 101100

Color Harmonies of #7F845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F845E

Black with #7F845E

Text Example


Text Example

White with #7F845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F845E; }

 p { color: rgb(127,132,94); }

 H1.HeaderClassName
 {
   color: #7F845E;
 }
 .AnyTagClassName
 {
   color: #7F845E;
 }
</style>

background-color css

<style>
 a { background-color: #7F845E; }

 a { background-color: rgb(127,132,94); }

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

border-color css

<style>
 span { border-color: #7F845E; }

 span { border-color: rgb(127,132,94); }

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