Html Css Color HEX #7D8247 Finch

📋 copy color: '#7D8247'

red 125 ◦ green 130 ◦ blue 71

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

Shades of Finch #7D8247

Tints of Finch #7D8247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.78%

R = 38.34%
G = 39.88%
B = 21.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#7D8247 (or 0x7D8247) is known color: Finch. HEX triplet: 7D, 82 and 47. RGB value is (125,130,71). Sum of RGB (Red+Green+Blue) = 125+130+71=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8247 is #827DB8. Grayscale: #7A7A7A. Windows color (decimal): -8551865 or 4686461. OLE color: 4686461.

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

Color convert

RGB 125 130 71 -
CMYK 0.04 0 0.45 0.49
HSL 65.08º 0.29% 0.39% -
HSV(B) 65.08º 0.45% 0.51% -
XYZ 17.58 20.78 9.05 -
YUV 121.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 125 130 71 0.04 0 0.45 0.49 65.08 0.29 0.39
Hex 7D 82 47 4 0 2D 31 41 1D 27
Octal 175 202 107 4 0 55 61 101 35 47
Binary 1111101 10000010 1000111 100 0 101101 110001 1000001 11101 100111

Color Harmonies of #7D8247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8247

Black with #7D8247

Text Example


Text Example

White with #7D8247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,130,71); }

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

background-color css

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

 a { background-color: rgb(125,130,71); }

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

border-color css

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

 span { border-color: rgb(125,130,71); }

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