Html Css Color HEX #7A835C Finch

📋 copy color: '#7A835C'

red 122 ◦ green 131 ◦ blue 92

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

Shades of Finch #7A835C

Tints of Finch #7A835C

RGB

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

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

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

R = 35.36%
G = 37.97%
B = 26.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#7A835C (or 0x7A835C) is known color: Finch. HEX triplet: 7A, 83 and 5C. RGB value is (122,131,92). Sum of RGB (Red+Green+Blue) = 122+131+92=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #7A835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A835C is #857CA3. Grayscale: #7C7C7C. Windows color (decimal): -8748196 or 6062970. OLE color: 6062970.

HSL color Cylindrical-coordinate representation of color #7A835C: hue angle of 73.85º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A835C is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 131 92 -
CMYK 0.07 0 0.30 0.49
HSL 73.85º 0.17% 0.44% -
HSV(B) 73.85º 0.3% 0.51% -
XYZ 18.07 21.14 13.25 -
YUV 123.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 122 131 92 0.07 0 0.30 0.49 73.85 0.17 0.44
Hex 7A 83 5C 7 0 1E 31 4A 11 2C
Octal 172 203 134 7 0 36 61 112 21 54
Binary 1111010 10000011 1011100 111 0 11110 110001 1001010 10001 101100

Color Harmonies of #7A835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A835C

Black with #7A835C

Text Example


Text Example

White with #7A835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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