Html Css Color HEX #7D8256 Finch

📋 copy color: '#7D8256'

red 125 ◦ green 130 ◦ blue 86

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

Shades of Finch #7D8256

Tints of Finch #7D8256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.22%

R = 36.66%
G = 38.12%
B = 25.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#7D8256 (or 0x7D8256) is known color: Finch. HEX triplet: 7D, 82 and 56. RGB value is (125,130,86). Sum of RGB (Red+Green+Blue) = 125+130+86=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8256 is #827DA9. Grayscale: #7B7B7B. Windows color (decimal): -8551850 or 5669501. OLE color: 5669501.

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

Color convert

RGB 125 130 86 -
CMYK 0.04 0 0.34 0.49
HSL 66.82º 0.2% 0.42% -
HSV(B) 66.82º 0.34% 0.51% -
XYZ 18.12 21 11.9 -
YUV 123.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 125 130 86 0.04 0 0.34 0.49 66.82 0.2 0.42
Hex 7D 82 56 4 0 22 31 43 14 2A
Octal 175 202 126 4 0 42 61 103 24 52
Binary 1111101 10000010 1010110 100 0 100010 110001 1000011 10100 101010

Color Harmonies of #7D8256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8256

Black with #7D8256

Text Example


Text Example

White with #7D8256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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