Html Css Color HEX #7E8262 Finch

📋 copy color: '#7E8262'

red 126 ◦ green 130 ◦ blue 98

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

Shades of Finch #7E8262

Tints of Finch #7E8262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

 BLUE value IS 98 (38.67% from 255) = 27.68%

R = 35.59%
G = 36.72%
B = 27.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#7E8262 (or 0x7E8262) is known color: Finch. HEX triplet: 7E, 82 and 62. RGB value is (126,130,98). Sum of RGB (Red+Green+Blue) = 126+130+98=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8262 is #817D9D. Grayscale: #7D7D7D. Windows color (decimal): -8486302 or 6455934. OLE color: 6455934.

HSL color Cylindrical-coordinate representation of color #7E8262: hue angle of 67.5º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E8262 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 126 130 98 -
CMYK 0.03 0 0.25 0.49
HSL 67.5º 0.14% 0.45% -
HSV(B) 67.5º 0.25% 0.51% -
XYZ 18.79 21.28 14.67 -
YUV 125.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 126 130 98 0.03 0 0.25 0.49 67.5 0.14 0.45
Hex 7E 82 62 3 0 19 31 44 E 2D
Octal 176 202 142 3 0 31 61 104 16 55
Binary 1111110 10000010 1100010 11 0 11001 110001 1000100 1110 101101

Color Harmonies of #7E8262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8262

Black with #7E8262

Text Example


Text Example

White with #7E8262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,130,98); }

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

background-color css

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

 a { background-color: rgb(126,130,98); }

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

border-color css

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

 span { border-color: rgb(126,130,98); }

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