Html Css Color HEX #7E805F Finch

📋 copy color: '#7E805F'

red 126 ◦ green 128 ◦ blue 95

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

Shades of Finch #7E805F

Tints of Finch #7E805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.68%

 BLUE value IS 95 (37.5% from 255) = 27.22%

R = 36.1%
G = 36.68%
B = 27.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#7E805F (or 0x7E805F) is known color: Finch. HEX triplet: 7E, 80 and 5F. RGB value is (126,128,95). Sum of RGB (Red+Green+Blue) = 126+128+95=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 128 - color contains mainly: green. Hex color #7E805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E805F is #817FA0. Grayscale: #7B7B7B. Windows color (decimal): -8486817 or 6258814. OLE color: 6258814.

HSL color Cylindrical-coordinate representation of color #7E805F: hue angle of 63.64º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E805F is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 126 128 95 -
CMYK 0.02 0 0.26 0.50
HSL 63.64º 0.15% 0.44% -
HSV(B) 63.64º 0.26% 0.5% -
XYZ 18.39 20.7 13.85 -
YUV 123.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 126 128 95 0.02 0 0.26 0.50 63.64 0.15 0.44
Hex 7E 80 5F 2 0 1A 32 40 F 2C
Octal 176 200 137 2 0 32 62 100 17 54
Binary 1111110 10000000 1011111 10 0 11010 110010 1000000 1111 101100

Color Harmonies of #7E805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E805F

Black with #7E805F

Text Example


Text Example

White with #7E805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,128,95); }

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

background-color css

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

 a { background-color: rgb(126,128,95); }

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

border-color css

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

 span { border-color: rgb(126,128,95); }

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