Html Css Color HEX #7E855F Finch

📋 copy color: '#7E855F'

red 126 ◦ green 133 ◦ blue 95

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

Shades of Finch #7E855F

Tints of Finch #7E855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

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

R = 35.59%
G = 37.57%
B = 26.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#7E855F (or 0x7E855F) is known color: Finch. HEX triplet: 7E, 85 and 5F. RGB value is (126,133,95). Sum of RGB (Red+Green+Blue) = 126+133+95=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #7E855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E855F is #817AA0. Grayscale: #7E7E7E. Windows color (decimal): -8485537 or 6260094. OLE color: 6260094.

HSL color Cylindrical-coordinate representation of color #7E855F: hue angle of 71.05º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E855F is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 133 95 -
CMYK 0.05 0 0.29 0.48
HSL 71.05º 0.17% 0.45% -
HSV(B) 71.05º 0.29% 0.52% -
XYZ 19.06 22.04 14.08 -
YUV 126.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 126 133 95 0.05 0 0.29 0.48 71.05 0.17 0.45
Hex 7E 85 5F 5 0 1D 30 47 11 2D
Octal 176 205 137 5 0 35 60 107 21 55
Binary 1111110 10000101 1011111 101 0 11101 110000 1000111 10001 101101

Color Harmonies of #7E855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E855F

Black with #7E855F

Text Example


Text Example

White with #7E855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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