Html Css Color HEX #7A8163 Finch

📋 copy color: '#7A8163'

red 122 ◦ green 129 ◦ blue 99

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

Shades of Finch #7A8163

Tints of Finch #7A8163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

 BLUE value IS 99 (39.06% from 255) = 28.29%

R = 34.86%
G = 36.86%
B = 28.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#7A8163 (or 0x7A8163) is known color: Finch. HEX triplet: 7A, 81 and 63. RGB value is (122,129,99). Sum of RGB (Red+Green+Blue) = 122+129+99=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 129 - color contains mainly: green. Hex color #7A8163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8163 is #857E9C. Grayscale: #7B7B7B. Windows color (decimal): -8748701 or 6521210. OLE color: 6521210.

HSL color Cylindrical-coordinate representation of color #7A8163: hue angle of 74º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A8163 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 129 99 -
CMYK 0.05 0 0.23 0.49
HSL 74º 0.13% 0.45% -
HSV(B) 74º 0.23% 0.51% -
XYZ 18.13 20.74 14.85 -
YUV 123.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 122 129 99 0.05 0 0.23 0.49 74 0.13 0.45
Hex 7A 81 63 5 0 17 31 4A D 2D
Octal 172 201 143 5 0 27 61 112 15 55
Binary 1111010 10000001 1100011 101 0 10111 110001 1001010 1101 101101

Color Harmonies of #7A8163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8163

Black with #7A8163

Text Example


Text Example

White with #7A8163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,129,99); }

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

background-color css

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

 a { background-color: rgb(122,129,99); }

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

border-color css

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

 span { border-color: rgb(122,129,99); }

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