Html Css Color HEX #7A7B48 Finch

📋 copy color: '#7A7B48'

red 122 ◦ green 123 ◦ blue 72

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

Shades of Finch #7A7B48

Tints of Finch #7A7B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.71%

R = 38.49%
G = 38.8%
B = 22.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#7A7B48 (or 0x7A7B48) is known color: Finch. HEX triplet: 7A, 7B and 48. RGB value is (122,123,72). Sum of RGB (Red+Green+Blue) = 122+123+72=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #7A7B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7B48 is #8584B7. Grayscale: #757575. Windows color (decimal): -8750264 or 4750202. OLE color: 4750202.

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

Color convert

RGB 122 123 72 -
CMYK 0.01 0 0.41 0.52
HSL 61.18º 0.26% 0.38% -
HSV(B) 61.18º 0.41% 0.48% -
XYZ 16.28 18.77 8.9 -
YUV 116.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 122 123 72 0.01 0 0.41 0.52 61.18 0.26 0.38
Hex 7A 7B 48 1 0 29 34 3D 1A 26
Octal 172 173 110 1 0 51 64 75 32 46
Binary 1111010 1111011 1001000 1 0 101001 110100 111101 11010 100110

Color Harmonies of #7A7B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7B48

Black with #7A7B48

Text Example


Text Example

White with #7A7B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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