Html Css Color HEX #7D7F61 Finch

📋 copy color: '#7D7F61'

red 125 ◦ green 127 ◦ blue 97

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

Shades of Finch #7D7F61

Tints of Finch #7D7F61

RGB

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

 GREEN value IS 127 (50% from 255) = 36.39%

 BLUE value IS 97 (38.28% from 255) = 27.79%

R = 35.82%
G = 36.39%
B = 27.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7D7F61 (or 0x7D7F61) is known color: Finch. HEX triplet: 7D, 7F and 61. RGB value is (125,127,97). Sum of RGB (Red+Green+Blue) = 125+127+97=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 127 - color contains mainly: green. Hex color #7D7F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7F61 is #82809E. Grayscale: #7B7B7B. Windows color (decimal): -8552607 or 6389629. OLE color: 6389629.

HSL color Cylindrical-coordinate representation of color #7D7F61: hue angle of 64º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D7F61 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 125 127 97 -
CMYK 0.02 0 0.24 0.50
HSL 64º 0.13% 0.44% -
HSV(B) 64º 0.24% 0.5% -
XYZ 18.2 20.4 14.29 -
YUV 122.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 125 127 97 0.02 0 0.24 0.50 64 0.13 0.44
Hex 7D 7F 61 2 0 18 32 40 D 2C
Octal 175 177 141 2 0 30 62 100 15 54
Binary 1111101 1111111 1100001 10 0 11000 110010 1000000 1101 101100

Color Harmonies of #7D7F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7F61

Black with #7D7F61

Text Example


Text Example

White with #7D7F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,127,97); }

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

background-color css

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

 a { background-color: rgb(125,127,97); }

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

border-color css

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

 span { border-color: rgb(125,127,97); }

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