Html Css Color HEX #7C825C Finch

📋 copy color: '#7C825C'

red 124 ◦ green 130 ◦ blue 92

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

Shades of Finch #7C825C

Tints of Finch #7C825C

RGB

 RED value IS 124 (48.83% from 255) = 35.84%

 GREEN value IS 130 (51.17% from 255) = 37.57%

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

R = 35.84%
G = 37.57%
B = 26.59%

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

#7C825C (or 0x7C825C) is known color: Finch. HEX triplet: 7C, 82 and 5C. RGB value is (124,130,92). Sum of RGB (Red+Green+Blue) = 124+130+92=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #7C825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C825C is #837DA3. Grayscale: #7C7C7C. Windows color (decimal): -8617380 or 6062716. OLE color: 6062716.

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

Color convert

RGB 124 130 92 -
CMYK 0.05 0 0.29 0.49
HSL 69.47º 0.17% 0.44% -
HSV(B) 69.47º 0.29% 0.51% -
XYZ 18.23 21.02 13.22 -
YUV 123.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 124 130 92 0.05 0 0.29 0.49 69.47 0.17 0.44
Hex 7C 82 5C 5 0 1D 31 45 11 2C
Octal 174 202 134 5 0 35 61 105 21 54
Binary 1111100 10000010 1011100 101 0 11101 110001 1000101 10001 101100

Color Harmonies of #7C825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C825C

Black with #7C825C

Text Example


Text Example

White with #7C825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,130,92); }

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

background-color css

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

 a { background-color: rgb(124,130,92); }

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

border-color css

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

 span { border-color: rgb(124,130,92); }

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