Html Css Color HEX #7A815C Finch

📋 copy color: '#7A815C'

red 122 ◦ green 129 ◦ blue 92

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

Shades of Finch #7A815C

Tints of Finch #7A815C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 35.57%
G = 37.61%
B = 26.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#7A815C (or 0x7A815C) is known color: Finch. HEX triplet: 7A, 81 and 5C. RGB value is (122,129,92). Sum of RGB (Red+Green+Blue) = 122+129+92=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 129 - color contains mainly: green. Hex color #7A815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A815C is #857EA3. Grayscale: #7A7A7A. Windows color (decimal): -8748708 or 6062458. OLE color: 6062458.

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

Color convert

RGB 122 129 92 -
CMYK 0.05 0 0.29 0.49
HSL 71.35º 0.17% 0.43% -
HSV(B) 71.35º 0.29% 0.51% -
XYZ 17.81 20.61 13.16 -
YUV 122.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 122 129 92 0.05 0 0.29 0.49 71.35 0.17 0.43
Hex 7A 81 5C 5 0 1D 31 47 11 2B
Octal 172 201 134 5 0 35 61 107 21 53
Binary 1111010 10000001 1011100 101 0 11101 110001 1000111 10001 101011

Color Harmonies of #7A815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A815C

Black with #7A815C

Text Example


Text Example

White with #7A815C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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