Html Css Color HEX #7D884F Finch

📋 copy color: '#7D884F'

red 125 ◦ green 136 ◦ blue 79

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

Shades of Finch #7D884F

Tints of Finch #7D884F

RGB

 RED value IS 125 (49.22% from 255) = 36.76%

 GREEN value IS 136 (53.52% from 255) = 40%

 BLUE value IS 79 (31.25% from 255) = 23.24%

R = 36.76%
G = 40%
B = 23.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#7D884F (or 0x7D884F) is known color: Finch. HEX triplet: 7D, 88 and 4F. RGB value is (125,136,79). Sum of RGB (Red+Green+Blue) = 125+136+79=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #7D884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D884F is #8277B0. Grayscale: #7E7E7E. Windows color (decimal): -8550321 or 5212285. OLE color: 5212285.

HSL color Cylindrical-coordinate representation of color #7D884F: hue angle of 71.58º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D884F is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 136 79 -
CMYK 0.08 0 0.42 0.47
HSL 71.58º 0.27% 0.42% -
HSV(B) 71.58º 0.42% 0.53% -
XYZ 18.67 22.53 10.76 -
YUV 126.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 125 136 79 0.08 0 0.42 0.47 71.58 0.27 0.42
Hex 7D 88 4F 8 0 2A 2F 48 1B 2A
Octal 175 210 117 10 0 52 57 110 33 52
Binary 1111101 10001000 1001111 1000 0 101010 101111 1001000 11011 101010

Color Harmonies of #7D884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D884F

Black with #7D884F

Text Example


Text Example

White with #7D884F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,136,79); }

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

background-color css

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

 a { background-color: rgb(125,136,79); }

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

border-color css

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

 span { border-color: rgb(125,136,79); }

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