Html Css Color HEX #7A7F44 Finch

📋 copy color: '#7A7F44'

red 122 ◦ green 127 ◦ blue 68

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

Shades of Finch #7A7F44

Tints of Finch #7A7F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 38.49%
G = 40.06%
B = 21.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#7A7F44 (or 0x7A7F44) is known color: Finch. HEX triplet: 7A, 7F and 44. RGB value is (122,127,68). Sum of RGB (Red+Green+Blue) = 122+127+68=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7F44 is #8580BB. Grayscale: #777777. Windows color (decimal): -8749244 or 4489082. OLE color: 4489082.

HSL color Cylindrical-coordinate representation of color #7A7F44: hue angle of 65.08º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A7F44 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 127 68 -
CMYK 0.04 0 0.46 0.50
HSL 65.08º 0.3% 0.38% -
HSV(B) 65.08º 0.46% 0.5% -
XYZ 16.66 19.73 8.4 -
YUV 118.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 122 127 68 0.04 0 0.46 0.50 65.08 0.3 0.38
Hex 7A 7F 44 4 0 2E 32 41 1E 26
Octal 172 177 104 4 0 56 62 101 36 46
Binary 1111010 1111111 1000100 100 0 101110 110010 1000001 11110 100110

Color Harmonies of #7A7F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7F44

Black with #7A7F44

Text Example


Text Example

White with #7A7F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,127,68); }

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

background-color css

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

 a { background-color: rgb(122,127,68); }

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

border-color css

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

 span { border-color: rgb(122,127,68); }

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