Html Css Color HEX #7B7D61 Finch

📋 copy color: '#7B7D61'

red 123 ◦ green 125 ◦ blue 97

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

Shades of Finch #7B7D61

Tints of Finch #7B7D61

RGB

 RED value IS 123 (48.44% from 255) = 35.65%

 GREEN value IS 125 (49.22% from 255) = 36.23%

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

R = 35.65%
G = 36.23%
B = 28.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7B7D61 (or 0x7B7D61) is known color: Finch. HEX triplet: 7B, 7D and 61. RGB value is (123,125,97). Sum of RGB (Red+Green+Blue) = 123+125+97=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 125 - color contains mainly: green. Hex color #7B7D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7D61 is #84829E. Grayscale: #797979. Windows color (decimal): -8684191 or 6389115. OLE color: 6389115.

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

Color convert

RGB 123 125 97 -
CMYK 0.02 0 0.22 0.51
HSL 64.29º 0.13% 0.44% -
HSV(B) 64.29º 0.22% 0.49% -
XYZ 17.66 19.74 14.19 -
YUV 121.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 123 125 97 0.02 0 0.22 0.51 64.29 0.13 0.44
Hex 7B 7D 61 2 0 16 33 40 D 2C
Octal 173 175 141 2 0 26 63 100 15 54
Binary 1111011 1111101 1100001 10 0 10110 110011 1000000 1101 101100

Color Harmonies of #7B7D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7D61

Black with #7B7D61

Text Example


Text Example

White with #7B7D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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