Html Css Color HEX #7E814B Finch

📋 copy color: '#7E814B'

red 126 ◦ green 129 ◦ blue 75

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

Shades of Finch #7E814B

Tints of Finch #7E814B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 38.18%
G = 39.09%
B = 22.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#7E814B (or 0x7E814B) is known color: Finch. HEX triplet: 7E, 81 and 4B. RGB value is (126,129,75). Sum of RGB (Red+Green+Blue) = 126+129+75=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #7E814B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E814B is #817EB4. Grayscale: #7A7A7A. Windows color (decimal): -8486581 or 4948350. OLE color: 4948350.

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

Color convert

RGB 126 129 75 -
CMYK 0.02 0 0.42 0.49
HSL 63.33º 0.26% 0.4% -
HSV(B) 63.33º 0.42% 0.51% -
XYZ 17.72 20.64 9.71 -
YUV 121.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 126 129 75 0.02 0 0.42 0.49 63.33 0.26 0.4
Hex 7E 81 4B 2 0 2A 31 3F 1A 28
Octal 176 201 113 2 0 52 61 77 32 50
Binary 1111110 10000001 1001011 10 0 101010 110001 111111 11010 101000

Color Harmonies of #7E814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E814B

Black with #7E814B

Text Example


Text Example

White with #7E814B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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