Html Css Color HEX #7F845A Finch

📋 copy color: '#7F845A'

red 127 ◦ green 132 ◦ blue 90

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

Shades of Finch #7F845A

Tints of Finch #7F845A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 36.39%
G = 37.82%
B = 25.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#7F845A (or 0x7F845A) is known color: Finch. HEX triplet: 7F, 84 and 5A. RGB value is (127,132,90). Sum of RGB (Red+Green+Blue) = 127+132+90=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #7F845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F845A is #807BA5. Grayscale: #7D7D7D. Windows color (decimal): -8420262 or 5932159. OLE color: 5932159.

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

Color convert

RGB 127 132 90 -
CMYK 0.04 0 0.32 0.48
HSL 67.14º 0.19% 0.44% -
HSV(B) 67.14º 0.32% 0.52% -
XYZ 18.85 21.75 12.88 -
YUV 125.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 127 132 90 0.04 0 0.32 0.48 67.14 0.19 0.44
Hex 7F 84 5A 4 0 20 30 43 13 2C
Octal 177 204 132 4 0 40 60 103 23 54
Binary 1111111 10000100 1011010 100 0 100000 110000 1000011 10011 101100

Color Harmonies of #7F845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F845A

Black with #7F845A

Text Example


Text Example

White with #7F845A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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