Html Css Color HEX #7B8161 Finch

📋 copy color: '#7B8161'

red 123 ◦ green 129 ◦ blue 97

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

Shades of Finch #7B8161

Tints of Finch #7B8161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.96%

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

R = 35.24%
G = 36.96%
B = 27.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#7B8161 (or 0x7B8161) is known color: Finch. HEX triplet: 7B, 81 and 61. RGB value is (123,129,97). Sum of RGB (Red+Green+Blue) = 123+129+97=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #7B8161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8161 is #847E9E. Grayscale: #7B7B7B. Windows color (decimal): -8683167 or 6390139. OLE color: 6390139.

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

Color convert

RGB 123 129 97 -
CMYK 0.05 0 0.25 0.49
HSL 71.25º 0.14% 0.44% -
HSV(B) 71.25º 0.25% 0.51% -
XYZ 18.18 20.77 14.36 -
YUV 123.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 123 129 97 0.05 0 0.25 0.49 71.25 0.14 0.44
Hex 7B 81 61 5 0 19 31 47 E 2C
Octal 173 201 141 5 0 31 61 107 16 54
Binary 1111011 10000001 1100001 101 0 11001 110001 1000111 1110 101100

Color Harmonies of #7B8161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8161

Black with #7B8161

Text Example


Text Example

White with #7B8161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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