Html Css Color HEX #7E815E Finch

📋 copy color: '#7E815E'

red 126 ◦ green 129 ◦ blue 94

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

Shades of Finch #7E815E

Tints of Finch #7E815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.96%

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

R = 36.1%
G = 36.96%
B = 26.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#7E815E (or 0x7E815E) is known color: Finch. HEX triplet: 7E, 81 and 5E. RGB value is (126,129,94). Sum of RGB (Red+Green+Blue) = 126+129+94=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #7E815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E815E is #817EA1. Grayscale: #7C7C7C. Windows color (decimal): -8486562 or 6193534. OLE color: 6193534.

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

Color convert

RGB 126 129 94 -
CMYK 0.02 0 0.27 0.49
HSL 65.14º 0.16% 0.44% -
HSV(B) 65.14º 0.27% 0.51% -
XYZ 18.47 20.94 13.66 -
YUV 124.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 126 129 94 0.02 0 0.27 0.49 65.14 0.16 0.44
Hex 7E 81 5E 2 0 1B 31 41 10 2C
Octal 176 201 136 2 0 33 61 101 20 54
Binary 1111110 10000001 1011110 10 0 11011 110001 1000001 10000 101100

Color Harmonies of #7E815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E815E

Black with #7E815E

Text Example


Text Example

White with #7E815E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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