Html Css Color HEX #7E805E Finch

📋 copy color: '#7E805E'

red 126 ◦ green 128 ◦ blue 94

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

Shades of Finch #7E805E

Tints of Finch #7E805E

RGB

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

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

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

R = 36.21%
G = 36.78%
B = 27.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#7E805E (or 0x7E805E) is known color: Finch. HEX triplet: 7E, 80 and 5E. RGB value is (126,128,94). Sum of RGB (Red+Green+Blue) = 126+128+94=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 128 - color contains mainly: green. Hex color #7E805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E805E is #817FA1. Grayscale: #7B7B7B. Windows color (decimal): -8486818 or 6193278. OLE color: 6193278.

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

Color convert

RGB 126 128 94 -
CMYK 0.02 0 0.27 0.50
HSL 63.53º 0.15% 0.44% -
HSV(B) 63.53º 0.27% 0.5% -
XYZ 18.34 20.68 13.61 -
YUV 123.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 126 128 94 0.02 0 0.27 0.50 63.53 0.15 0.44
Hex 7E 80 5E 2 0 1B 32 40 F 2C
Octal 176 200 136 2 0 33 62 100 17 54
Binary 1111110 10000000 1011110 10 0 11011 110010 1000000 1111 101100

Color Harmonies of #7E805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E805E

Black with #7E805E

Text Example


Text Example

White with #7E805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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