Html Css Color HEX #7A7B64 Finch

📋 copy color: '#7A7B64'

red 122 ◦ green 123 ◦ blue 100

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

Shades of Finch #7A7B64

Tints of Finch #7A7B64

RGB

 RED value IS 122 (48.05% from 255) = 35.36%

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

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 35.36%
G = 35.65%
B = 28.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A7B64 (or 0x7A7B64) is known color: Finch. HEX triplet: 7A, 7B and 64. RGB value is (122,123,100). Sum of RGB (Red+Green+Blue) = 122+123+100=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 123 - color contains mainly: green. Hex color #7A7B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7B64 is #85849B. Grayscale: #787878. Windows color (decimal): -8750236 or 6585210. OLE color: 6585210.

HSL color Cylindrical-coordinate representation of color #7A7B64: hue angle of 62.61º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A7B64 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 123 100 -
CMYK 0.01 0 0.19 0.52
HSL 62.61º 0.1% 0.44% -
HSV(B) 62.61º 0.19% 0.48% -
XYZ 17.41 19.22 14.85 -
YUV 120.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 122 123 100 0.01 0 0.19 0.52 62.61 0.1 0.44
Hex 7A 7B 64 1 0 13 34 3F A 2C
Octal 172 173 144 1 0 23 64 77 12 54
Binary 1111010 1111011 1100100 1 0 10011 110100 111111 1010 101100

Color Harmonies of #7A7B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7B64

Black with #7A7B64

Text Example


Text Example

White with #7A7B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,123,100); }

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

background-color css

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

 a { background-color: rgb(122,123,100); }

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

border-color css

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

 span { border-color: rgb(122,123,100); }

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