Html Css Color HEX #7E875A Finch

📋 copy color: '#7E875A'

red 126 ◦ green 135 ◦ blue 90

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

Shades of Finch #7E875A

Tints of Finch #7E875A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.46%

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

R = 35.9%
G = 38.46%
B = 25.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#7E875A (or 0x7E875A) is known color: Finch. HEX triplet: 7E, 87 and 5A. RGB value is (126,135,90). Sum of RGB (Red+Green+Blue) = 126+135+90=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #7E875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E875A is #8178A5. Grayscale: #7F7F7F. Windows color (decimal): -8485030 or 5932926. OLE color: 5932926.

HSL color Cylindrical-coordinate representation of color #7E875A: hue angle of 72º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E875A is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 135 90 -
CMYK 0.07 0 0.33 0.47
HSL 72º 0.2% 0.44% -
HSV(B) 72º 0.33% 0.53% -
XYZ 19.11 22.5 13.01 -
YUV 127.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 126 135 90 0.07 0 0.33 0.47 72 0.2 0.44
Hex 7E 87 5A 7 0 21 2F 48 14 2C
Octal 176 207 132 7 0 41 57 110 24 54
Binary 1111110 10000111 1011010 111 0 100001 101111 1001000 10100 101100

Color Harmonies of #7E875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E875A

Black with #7E875A

Text Example


Text Example

White with #7E875A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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