Html Css Color HEX #7A7B4D Finch

📋 copy color: '#7A7B4D'

red 122 ◦ green 123 ◦ blue 77

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

Shades of Finch #7A7B4D

Tints of Finch #7A7B4D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.2%

 BLUE value IS 77 (30.47% from 255) = 23.91%

R = 37.89%
G = 38.2%
B = 23.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7A7B4D (or 0x7A7B4D) is known color: Finch. HEX triplet: 7A, 7B and 4D. RGB value is (122,123,77). Sum of RGB (Red+Green+Blue) = 122+123+77=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #7A7B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7B4D is #8584B2. Grayscale: #757575. Windows color (decimal): -8750259 or 5077882. OLE color: 5077882.

HSL color Cylindrical-coordinate representation of color #7A7B4D: hue angle of 61.3º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A7B4D is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 123 77 -
CMYK 0.01 0 0.37 0.52
HSL 61.3º 0.23% 0.39% -
HSV(B) 61.3º 0.37% 0.48% -
XYZ 16.45 18.84 9.79 -
YUV 117.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 122 123 77 0.01 0 0.37 0.52 61.3 0.23 0.39
Hex 7A 7B 4D 1 0 25 34 3D 17 27
Octal 172 173 115 1 0 45 64 75 27 47
Binary 1111010 1111011 1001101 1 0 100101 110100 111101 10111 100111

Color Harmonies of #7A7B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7B4D

Black with #7A7B4D

Text Example


Text Example

White with #7A7B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,123,77); }

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

background-color css

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

 a { background-color: rgb(122,123,77); }

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

border-color css

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

 span { border-color: rgb(122,123,77); }

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