Html Css Color HEX #7A8257 Finch

📋 copy color: '#7A8257'

red 122 ◦ green 130 ◦ blue 87

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

Shades of Finch #7A8257

Tints of Finch #7A8257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 35.99%
G = 38.35%
B = 25.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#7A8257 (or 0x7A8257) is known color: Finch. HEX triplet: 7A, 82 and 57. RGB value is (122,130,87). Sum of RGB (Red+Green+Blue) = 122+130+87=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8257 is #857DA8. Grayscale: #7A7A7A. Windows color (decimal): -8748457 or 5735034. OLE color: 5735034.

HSL color Cylindrical-coordinate representation of color #7A8257: hue angle of 71.16º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A8257 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 130 87 -
CMYK 0.06 0 0.33 0.49
HSL 71.16º 0.2% 0.43% -
HSV(B) 71.16º 0.33% 0.51% -
XYZ 17.73 20.79 12.1 -
YUV 122.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 122 130 87 0.06 0 0.33 0.49 71.16 0.2 0.43
Hex 7A 82 57 6 0 21 31 47 14 2B
Octal 172 202 127 6 0 41 61 107 24 53
Binary 1111010 10000010 1010111 110 0 100001 110001 1000111 10100 101011

Color Harmonies of #7A8257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8257

Black with #7A8257

Text Example


Text Example

White with #7A8257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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