Html Css Color HEX #7D844A Finch

📋 copy color: '#7D844A'

red 125 ◦ green 132 ◦ blue 74

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

Shades of Finch #7D844A

Tints of Finch #7D844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 37.76%
G = 39.88%
B = 22.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#7D844A (or 0x7D844A) is known color: Finch. HEX triplet: 7D, 84 and 4A. RGB value is (125,132,74). Sum of RGB (Red+Green+Blue) = 125+132+74=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #7D844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D844A is #827BB5. Grayscale: #7B7B7B. Windows color (decimal): -8551350 or 4883581. OLE color: 4883581.

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

Color convert

RGB 125 132 74 -
CMYK 0.05 0 0.44 0.48
HSL 67.24º 0.28% 0.4% -
HSV(B) 67.24º 0.44% 0.52% -
XYZ 17.94 21.36 9.66 -
YUV 123.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 125 132 74 0.05 0 0.44 0.48 67.24 0.28 0.4
Hex 7D 84 4A 5 0 2C 30 43 1C 28
Octal 175 204 112 5 0 54 60 103 34 50
Binary 1111101 10000100 1001010 101 0 101100 110000 1000011 11100 101000

Color Harmonies of #7D844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D844A

Black with #7D844A

Text Example


Text Example

White with #7D844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,132,74); }

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

background-color css

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

 a { background-color: rgb(125,132,74); }

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

border-color css

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

 span { border-color: rgb(125,132,74); }

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