Html Css Color HEX #7A7F57 Finch

📋 copy color: '#7A7F57'

red 122 ◦ green 127 ◦ blue 87

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

Shades of Finch #7A7F57

Tints of Finch #7A7F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.89%

R = 36.31%
G = 37.8%
B = 25.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#7A7F57 (or 0x7A7F57) is known color: Finch. HEX triplet: 7A, 7F and 57. RGB value is (122,127,87). Sum of RGB (Red+Green+Blue) = 122+127+87=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7F57 is #8580A8. Grayscale: #797979. Windows color (decimal): -8749225 or 5734266. OLE color: 5734266.

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

Color convert

RGB 122 127 87 -
CMYK 0.04 0 0.31 0.50
HSL 67.5º 0.19% 0.42% -
HSV(B) 67.5º 0.31% 0.5% -
XYZ 17.34 20 11.96 -
YUV 120.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 122 127 87 0.04 0 0.31 0.50 67.5 0.19 0.42
Hex 7A 7F 57 4 0 1F 32 44 13 2A
Octal 172 177 127 4 0 37 62 104 23 52
Binary 1111010 1111111 1010111 100 0 11111 110010 1000100 10011 101010

Color Harmonies of #7A7F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7F57

Black with #7A7F57

Text Example


Text Example

White with #7A7F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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