Html Css Color HEX #7A834C Finch

📋 copy color: '#7A834C'

red 122 ◦ green 131 ◦ blue 76

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

Shades of Finch #7A834C

Tints of Finch #7A834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.82%

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 37.08%
G = 39.82%
B = 23.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#7A834C (or 0x7A834C) is known color: Finch. HEX triplet: 7A, 83 and 4C. RGB value is (122,131,76). Sum of RGB (Red+Green+Blue) = 122+131+76=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #7A834C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A834C is #857CB3. Grayscale: #7A7A7A. Windows color (decimal): -8748212 or 5014394. OLE color: 5014394.

HSL color Cylindrical-coordinate representation of color #7A834C: hue angle of 69.82º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A834C is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 131 76 -
CMYK 0.07 0 0.42 0.49
HSL 69.82º 0.27% 0.41% -
HSV(B) 69.82º 0.42% 0.51% -
XYZ 17.45 20.89 9.95 -
YUV 122.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 122 131 76 0.07 0 0.42 0.49 69.82 0.27 0.41
Hex 7A 83 4C 7 0 2A 31 46 1B 29
Octal 172 203 114 7 0 52 61 106 33 51
Binary 1111010 10000011 1001100 111 0 101010 110001 1000110 11011 101001

Color Harmonies of #7A834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A834C

Black with #7A834C

Text Example


Text Example

White with #7A834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,131,76); }

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

background-color css

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

 a { background-color: rgb(122,131,76); }

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

border-color css

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

 span { border-color: rgb(122,131,76); }

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