Html Css Color HEX #7C865C Finch

📋 copy color: '#7C865C'

red 124 ◦ green 134 ◦ blue 92

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

Shades of Finch #7C865C

Tints of Finch #7C865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

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

R = 35.43%
G = 38.29%
B = 26.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#7C865C (or 0x7C865C) is known color: Finch. HEX triplet: 7C, 86 and 5C. RGB value is (124,134,92). Sum of RGB (Red+Green+Blue) = 124+134+92=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #7C865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C865C is #8379A3. Grayscale: #7E7E7E. Windows color (decimal): -8616356 or 6063740. OLE color: 6063740.

HSL color Cylindrical-coordinate representation of color #7C865C: hue angle of 74.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C865C is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 124 134 92 -
CMYK 0.07 0 0.31 0.47
HSL 74.29º 0.19% 0.44% -
HSV(B) 74.29º 0.31% 0.53% -
XYZ 18.77 22.11 13.4 -
YUV 126.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 124 134 92 0.07 0 0.31 0.47 74.29 0.19 0.44
Hex 7C 86 5C 7 0 1F 2F 4A 13 2C
Octal 174 206 134 7 0 37 57 112 23 54
Binary 1111100 10000110 1011100 111 0 11111 101111 1001010 10011 101100

Color Harmonies of #7C865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C865C

Black with #7C865C

Text Example


Text Example

White with #7C865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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