Html Css Color HEX #7E855A Finch

📋 copy color: '#7E855A'

red 126 ◦ green 133 ◦ blue 90

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

Shades of Finch #7E855A

Tints of Finch #7E855A

RGB

 RED value IS 126 (49.61% from 255) = 36.1%

 GREEN value IS 133 (52.34% from 255) = 38.11%

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

R = 36.1%
G = 38.11%
B = 25.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#7E855A (or 0x7E855A) is known color: Finch. HEX triplet: 7E, 85 and 5A. RGB value is (126,133,90). Sum of RGB (Red+Green+Blue) = 126+133+90=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #7E855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E855A is #817AA5. Grayscale: #7E7E7E. Windows color (decimal): -8485542 or 5932414. OLE color: 5932414.

HSL color Cylindrical-coordinate representation of color #7E855A: hue angle of 69.77º 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 #7E855A is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 133 90 -
CMYK 0.05 0 0.32 0.48
HSL 69.77º 0.19% 0.44% -
HSV(B) 69.77º 0.32% 0.52% -
XYZ 18.84 21.95 12.92 -
YUV 126.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 126 133 90 0.05 0 0.32 0.48 69.77 0.19 0.44
Hex 7E 85 5A 5 0 20 30 46 13 2C
Octal 176 205 132 5 0 40 60 106 23 54
Binary 1111110 10000101 1011010 101 0 100000 110000 1000110 10011 101100

Color Harmonies of #7E855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E855A

Black with #7E855A

Text Example


Text Example

White with #7E855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,133,90); }

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

background-color css

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

 a { background-color: rgb(126,133,90); }

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

border-color css

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

 span { border-color: rgb(126,133,90); }

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