Html Css Color HEX #7A7F50 Finch

📋 copy color: '#7A7F50'

red 122 ◦ green 127 ◦ blue 80

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

Shades of Finch #7A7F50

Tints of Finch #7A7F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.32%

R = 37.08%
G = 38.6%
B = 24.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#7A7F50 (or 0x7A7F50) is known color: Finch. HEX triplet: 7A, 7F and 50. RGB value is (122,127,80). Sum of RGB (Red+Green+Blue) = 122+127+80=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7F50 is #8580AF. Grayscale: #787878. Windows color (decimal): -8749232 or 5275514. OLE color: 5275514.

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

Color convert

RGB 122 127 80 -
CMYK 0.04 0 0.37 0.50
HSL 66.38º 0.23% 0.41% -
HSV(B) 66.38º 0.37% 0.5% -
XYZ 17.06 19.9 10.53 -
YUV 120.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 122 127 80 0.04 0 0.37 0.50 66.38 0.23 0.41
Hex 7A 7F 50 4 0 25 32 42 17 29
Octal 172 177 120 4 0 45 62 102 27 51
Binary 1111010 1111111 1010000 100 0 100101 110010 1000010 10111 101001

Color Harmonies of #7A7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7F50

Black with #7A7F50

Text Example


Text Example

White with #7A7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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