Html Css Color HEX #7B7F61 Finch

📋 copy color: '#7B7F61'

red 123 ◦ green 127 ◦ blue 97

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

Shades of Finch #7B7F61

Tints of Finch #7B7F61

RGB

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

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

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

R = 35.45%
G = 36.6%
B = 27.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7B7F61 (or 0x7B7F61) is known color: Finch. HEX triplet: 7B, 7F and 61. RGB value is (123,127,97). Sum of RGB (Red+Green+Blue) = 123+127+97=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 127 - color contains mainly: green. Hex color #7B7F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7F61 is #84809E. Grayscale: #7A7A7A. Windows color (decimal): -8683679 or 6389627. OLE color: 6389627.

HSL color Cylindrical-coordinate representation of color #7B7F61: hue angle of 68º 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 #7B7F61 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 123 127 97 -
CMYK 0.03 0 0.24 0.50
HSL 68º 0.13% 0.44% -
HSV(B) 68º 0.24% 0.5% -
XYZ 17.92 20.25 14.27 -
YUV 122.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 123 127 97 0.03 0 0.24 0.50 68 0.13 0.44
Hex 7B 7F 61 3 0 18 32 44 D 2C
Octal 173 177 141 3 0 30 62 104 15 54
Binary 1111011 1111111 1100001 11 0 11000 110010 1000100 1101 101100

Color Harmonies of #7B7F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7F61

Black with #7B7F61

Text Example


Text Example

White with #7B7F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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